LinqDataSourceValidationException::GetObjectData Method (SerializationInfo^, StreamingContext)

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
[SecurityCriticalAttribute]
virtual void GetObjectData(
	SerializationInfo^ info,
	StreamingContext context
) override

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

The object that holds the serialized object data for the exception that is being thrown.

context
Type: System.Runtime.Serialization::StreamingContext

Context information about the source or destination.

The GetObjectData method adds information about the exception to the SerializationInfo object that is targeted for serialization. During deserialization, the exception is reconstituted from the SerializationInfo that is transmitted over the stream.

.NET Framework
Available since 3.5
Return to top
Show: