Click or drag to resize

DeserializationException(String, Exception) Constructor

Initializes a new instance of the DeserializationException class.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DeserializationException(
	string message,
	Exception inner
)

Parameters

message  String
The message that describes the error.
inner  Exception
The inner exception.
See Also