GigaSpaces XAP.NET Documentation
RedoLogCapacityExceededException Constructor (spaceName, targetName)
Class LibraryGigaSpaces.Core.ExceptionsRedoLogCapacityExceededExceptionRedoLogCapacityExceededException(String, String)
Initializes a new instance of the exception.
Declaration Syntax
C#Visual BasicVisual C++J#
public RedoLogCapacityExceededException(
	string spaceName,
	string targetName
)
Public Sub New ( _
	spaceName As String, _
	targetName As String _
)
public:
RedoLogCapacityExceededException(
	String^ spaceName, 
	String^ targetName
)
public RedoLogCapacityExceededException(
	String spaceName,
	String targetName
)
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.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)