DeserializationNullException(String, Object) Constructor |
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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