ShutdownFailedException Constructor (SerializationInfo, StreamingContext) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxprotected ShutdownFailedException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
ShutdownFailedException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> ShutdownFailedException
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
- context
- Type: System.Runtime.SerializationStreamingContext
See Also