Initializes a new instance of the exception with the relevant primary space
member name and inactive space member name and with a specified
error message and a reference to the inner exception that is the cause of this exception.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public InactiveSpaceException( string primarySpaceMemberName, string inactiveSpaceMemberName, string message, Exception innerException )
Public Sub New ( _ primarySpaceMemberName As String, _ inactiveSpaceMemberName As String, _ message As String, _ innerException As Exception _ )
Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)