EventLogException Constructor (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Initializes a new instance of the EventLogException class with serialized data.
Assembly: System.Core (in System.Core.dll)
protected:
EventLogException(
SerializationInfo^ serializationInfo,
StreamingContext streamingContext
)
Parameters
- serializationInfo
-
Type:
System.Runtime.Serialization::SerializationInfo^
The SerializationInfo object that holds the serialized object data about the exception being thrown.
- streamingContext
-
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: