SqlNullValueException.ISerializable.GetObjectData Method

Definition

Populates a SerializationInfo with the data needed to serialize the target object.

C#
void ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context);

Parameters

si
SerializationInfo

The SerializationInfo to populate with the data needed to serialize the target object.

context
StreamingContext

The destination for this serialization.

Implements

Remarks

For more information, see GetObjectData.

Applies to

Product Versions
.NET Framework 1.1