Initializes a new instance of the exception.		
            

 Declaration Syntax
| C# | Visual Basic | Visual 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: 10.2.0.0 (10.2.1.14000)