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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxprotected GemFireException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
GemFireException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> GemFireException
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