Click or drag to resize

AddInLoadException(SerializationInfo, StreamingContext) Constructor

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

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

Parameters

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