Click or drag to resize

BaseException(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the BaseException class from serialized data.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected BaseException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The serialization information.
context  StreamingContext
The streaming context.
See Also