SerialExceptionGetObjectData Method

When overridden in a derived class, sets the SerializationInfo with information about the exception.

Definition

Namespace: Gemstone.Communication
Assembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.150 -- Release Build+db91167944c21f6f51e864f1e794cb2c48194ae6
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
context  StreamingContext
The StreamingContext that contains contextual information about the source or destination.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)

Exceptions

ArgumentNullExceptionThe info parameter is .

See Also