GigaSpaces XAP.NET Documentation
GetObjectData Method (info, context)
Class LibraryGigaSpaces.Core.ExceptionsJavaExceptionGetObjectData(SerializationInfo, StreamingContext)
Implements specific serialization for the added members of JavaException.
Declaration Syntax
C#Visual BasicVisual C++J#
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)
Public Overrides Sub GetObjectData ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
public:
virtual void GetObjectData(
	SerializationInfo^ info, 
	StreamingContext context
) override
public void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)
Parameters
info (SerializationInfo)
The SerializationInfo that holds the serialized object data about the exception being thrown.
context (StreamingContext)
The StreamingContext that contains contextual information about the source or destination.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)