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

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

protected ConversionNotSupportedException(
	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 ConversionNotSupportedException class with serialized data.

See Also