HttpException.GetObjectData Method
.NET Framework 3.0
Gets information about the exception and adds it to the SerializationInfo object.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual void GetObjectData ( SerializationInfo^ info, StreamingContext context ) override
public void GetObjectData ( SerializationInfo info, StreamingContext context )
public override function GetObjectData ( info : SerializationInfo, context : StreamingContext )
Not applicable.
Parameters
- info
The SerializationInfo that holds the serialized object data about the exception being thrown.
- context
The StreamingContext that holds the contextual information about the source or destination.
- SecurityPermissionAttribute for accessing serialization services. Demand value: Demand.
Community Additions
ADD
Show: