_Exception.GetObjectData Method (SerializationInfo, StreamingContext)
.NET Framework (current version)
Provides COM objects with version-independent access to the Exception.GetObjectData method
Assembly: mscorlib (in mscorlib.dll)
[<SecurityCriticalAttribute>] abstract GetObjectData : info:SerializationInfo * context:StreamingContext -> unit
Parameters
- info
-
Type:
System.Runtime.Serialization.SerializationInfo
The SerializationInfo object that holds the serialized object data about the exception being thrown.
- context
-
Type:
System.Runtime.Serialization.StreamingContext
The StreamingContext structure that contains contextual information about the source or destination.
This method is for access to managed classes from unmanaged code and should not be called from managed code.
The Exception.GetObjectData method sets the SerializationInfo object with information about the exception.
SecurityCriticalAttribute
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
.NET Framework
Available since 2.0
Available since 2.0
Show: