Delegate DeserializationFailedEventHandler
Delegate of the event to be called when deserialization of a property fails
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public delegate void DeserializationFailedEventHandler(object sender, DeserializationFailedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
object | sender | Instance of the object that tried to deserialize a value` |
DeserializationFailedEventArgs | e | Event arguments pointing to the property that failed to be deserialized |