HttpCompileException.GetObjectData Method
.NET Framework 3.0
Sets the SerializationInfo object with information about the exception.
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 contains contextual information about the source or destination.
- SecurityPermissionAttribute for accessing serialization services. Demand value: Demand.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
Community Additions
ADD
Show: