Initializes a new instance of the exception with a specified error message.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public RedoLogCapacityExceededException(
string spaceName,
string targetName,
string message
)
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: 10.2.0.0 (10.2.1.14000)