Edge.GetObjectData Method

Populates a SerializationInfo with the data needed to serialize the target object.
Public Sub GetObjectData( _ 
ByVal info As SerializationInfo, _ 
ByVal ctxt As StreamingContext
) Implements _ 
ISerializable.GetObjectData
This language is not supported or no code example is available.
public void GetObjectData( 
SerializationInfo info
StreamingContext ctxt 
)
This language is not supported or no code example is available.

Parameters

info
SerializationInfo

The SerializationInfo to populate with data.

ctxt
StreamingContext

Implements

ISerializable.GetObjectData
Exception type Condition

SecurityException

The caller does not have the required permission.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition