Click or drag to resize
GemFireException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the GemFireException class with serialized data. This allows deserialization of this exception in .NET remoting.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
protected GemFireException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
holds the serialized object data about the exception being thrown
context
Type: System.Runtime.SerializationStreamingContext
contains contextual information about the source or destination
See Also