Spring GemFire 1.0.1 API Reference

GemFireSystemException Constructor

Creates a new instance of the GemFireSystemException class.

[Visual Basic]
Protected Overloads Sub New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
[C#]
GemFireSystemException(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
The SerializationInfo that holds the serialized object data about the exception being thrown.
context
The StreamingContext that contains contextual information about the source or destination.

See Also

GemFireSystemException Class | Spring.Data.GemFire Namespace | GemFireSystemException Constructor Overload List