GigaSpaces XAP.NET Documentation
InactiveSpaceException Constructor (primarySpaceMemberName, inactiveSpaceMemberName, message, innerException)
Class LibraryGigaSpaces.Core.ExceptionsInactiveSpaceExceptionInactiveSpaceException(String, String, String, Exception)
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 BasicVisual 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 _
)
public:
InactiveSpaceException(
	String^ primarySpaceMemberName, 
	String^ inactiveSpaceMemberName, 
	String^ message, 
	Exception^ innerException
)
public InactiveSpaceException(
	String primarySpaceMemberName,
	String inactiveSpaceMemberName,
	String message,
	Exception innerException
)
Parameters
primarySpaceMemberName (String)
The primary space of this backup.
inactiveSpaceMemberName (String)
The inactive space name.
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: 7.0.1.3800 (7.0.1.3800)