ValidationException.GetObjectData(SerializationInfo, StreamingContext) Method

Definition

Gets information about the exception and adds it to the SerializationInfoEnumerator object.

C#
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
C#
[System.Security.SecurityCritical]
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

Parameters

info
SerializationInfo

The object that holds the serialized object data for the exception that occurred.

context
StreamingContext

Context information about the source or destination of the exception.

Attributes

Remarks

This method adds information about the exception to the SerializationInfo object that is targeted for serialization. During deserialization, the exception is reconstituted from the SerializationInfo class that is transmitted over the stream in the StreamingContext.

Applies to

Product Versies
.NET Framework 3.5, 4.0