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