GigaSpaces XAP.NET Documentation
RedoLogCapacityExceededException Constructor (spaceName, targetName, message, innerException)
Class LibraryGigaSpaces.Core.ExceptionsRedoLogCapacityExceededExceptionRedoLogCapacityExceededException(String, String, String, Exception)
Initializes a new instance of the exception with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration Syntax
C#Visual BasicVisual C++J#
public RedoLogCapacityExceededException(
	string spaceName,
	string targetName,
	string message,
	Exception innerException
)
Public Sub New ( _
	spaceName As String, _
	targetName As String, _
	message As String, _
	innerException As Exception _
)
public:
RedoLogCapacityExceededException(
	String^ spaceName, 
	String^ targetName, 
	String^ message, 
	Exception^ innerException
)
public RedoLogCapacityExceededException(
	String spaceName,
	String targetName,
	String message,
	Exception innerException
)
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)
The error message that explains the reason for the exception.
innerException (Exception)
The exception that is the cause of the current exception.

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