GigaSpaces XAP.NET Documentation
RedoLogCapacityExceededException Constructor (spaceName, targetName, message)
Class LibraryGigaSpaces.Core.ExceptionsRedoLogCapacityExceededExceptionRedoLogCapacityExceededException(String, String, String)
Initializes a new instance of the exception with a specified error message.
Declaration Syntax
C#Visual BasicVisual C++J#
public RedoLogCapacityExceededException(
	string spaceName,
	string targetName,
	string message
)
Public Sub New ( _
	spaceName As String, _
	targetName As String, _
	message As String _
)
public:
RedoLogCapacityExceededException(
	String^ spaceName, 
	String^ targetName, 
	String^ message
)
public RedoLogCapacityExceededException(
	String spaceName,
	String targetName,
	String message
)
Parameters
spaceName (String)
The name of the space that caused this exception.
targetName (String)
The name of the replication target that the redolog is kept for.
message (String)
A message that describes the error.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 7.1.4.4750 (7.1.4.4750)