Click or drag to resize

DeserializationNullException(String, Object) 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
)

Parameters

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