EventLogException::GetObjectData Method (SerializationInfo^, StreamingContext)

 

Sets the SerializationInfo object with information about the exception.

Namespace:   System.Diagnostics.Eventing.Reader
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
Return to top
Show: