LogException Constructor (SerializationInfo, StreamingContext)Apache log4net™ SDK Documentation
Serialization constructor

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

protected LogException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: OnlineSystem.Runtime.Serialization SerializationInfo
The OnlineSerializationInfo that holds the serialized object data about the exception being thrown.
context
Type: OnlineSystem.Runtime.Serialization StreamingContext
The OnlineStreamingContext that contains contextual information about the source or destination.
Remarks

Initializes a new instance of the LogException class with serialized data.

See Also