GigaSpaces XAP.NET Documentation
IllegalSpaceConfigException Constructor (info, context)
Class LibraryGigaSpaces.Core.ExceptionsIllegalSpaceConfigExceptionIllegalSpaceConfigException(SerializationInfo, StreamingContext)
Initializes a new instance of the exception with serialized data.
Declaration Syntax
C#Visual BasicVisual C++J#
protected IllegalSpaceConfigException(
	SerializationInfo info,
	StreamingContext context
)
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
protected:
IllegalSpaceConfigException(
	SerializationInfo^ info, 
	StreamingContext context
)
protected IllegalSpaceConfigException(
	SerializationInfo info,
	StreamingContext context
)
Parameters
info (SerializationInfo)
The object that holds the serialized object data.
context (StreamingContext)
The contextual information about the source or destination.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)