Mimer Data Provider v9.2

MimerException.GetObjectData Method 

Adds the MimerErrorCollection to the SerializationInfo.

[Visual Basic]
Overrides Public Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) Implements _
   ISerializable.GetObjectData
[C#]
public override void GetObjectData(
   SerializationInfo info,
   StreamingContext context
);

Parameters

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

Implements

ISerializable.GetObjectData

See Also

MimerException Class | Mimer.Data.Client Namespace