EventLogException::GetObjectData Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Sets the SerializationInfo object with information about the exception.
Assembly: System.Core (in System.Core.dll)
public: [SecurityCriticalAttribute] [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::SerializationFormatter)] virtual void GetObjectData( SerializationInfo^ info, StreamingContext context ) override
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
The SerializationInfo object that holds the serialized object data about the exception thrown.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
The StreamingContext object that contains contextual information about the source or destination.
.NET Framework
Available since 3.5
Available since 3.5
Show: