Click or drag to resize

DeserializationNullException(String, Object, Exception) Constructor

Initializes a new instance of the DeserializationNullException class.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DeserializationNullException(
	string name,
	Object? parent,
	Exception inner
)

Parameters

name  String
The name of the property being deserialized.
parent  Object
The parent object that holds the property.
inner  Exception
The inner exception.
See Also