HttpException::GetObjectData Method (SerializationInfo^, StreamingContext)

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

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

Parameters

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

The SerializationInfo that holds the serialized object data about the exception being thrown.

context
Type: System.Runtime.Serialization::StreamingContext

The StreamingContext that holds the contextual 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 2.0
Return to top
Show: