A runtime form designer control

FormDesignerException.GetObjectData Method 

Sets the SerializationInfo with information about the exception.

[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
);
[C++]
public: void GetObjectData(
   SerializationInfo* info,
   StreamingContext context
);
[JScript]
public override function 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

FormDesignerException Class | Viklele.Win.Designer Namespace