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: 2.7.0.0
Syntax
| C# |
|---|
protected GemFireException( SerializationInfo info, StreamingContext context ) |
| Visual Basic (Declaration) |
|---|
Protected Sub New ( _ info As SerializationInfo, _ context As StreamingContext _ ) |
| Visual C++ |
|---|
protected: GemFireException ( SerializationInfo^ info, StreamingContext context ) |
Parameters
- info
- SerializationInfo
holds the serialized object data about the exception being thrown
- context
- StreamingContext
contains contextual information about the source or destination
See Also
GemFireException Class
GemStone.GemFire.Cache Namespace