Mimer SQL Data Provider
GetObjectData Method




Mimer.Data.Client Namespace > MimerException Class : GetObjectData Method
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
Adds the MimerErrorCollection to the System.Runtime.Serialization.SerializationInfo.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
public override void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)
public procedure GetObjectData( 
    info: SerializationInfo;
    context: StreamingContext
); override; 
public override function GetObjectData( 
   info : SerializationInfo,
   context : StreamingContext
);
public: void GetObjectData( 
   SerializationInfo* info,
   StreamingContext context
) override 

Parameters

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

.NET
Version 6.0 or earlier

See Also

Reference

MimerException Class
MimerException Members