HttpException.GetObjectData Method (SerializationInfo, StreamingContext)
.NET Framework (current version)
Gets information about the exception and adds it to the SerializationInfo object.
Assembly: System.Web (in System.Web.dll)
Public Overrides Sub GetObjectData ( info As SerializationInfo, context As StreamingContext )
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
Available since 2.0
Show: