SettingsProperty.ThrowOnErrorDeserializing Property

Definition

Gets or sets a value specifying whether an error will be thrown when the property is unsuccessfully deserialized.

public:
 property bool ThrowOnErrorDeserializing { bool get(); void set(bool value); };
public bool ThrowOnErrorDeserializing { get; set; }
member this.ThrowOnErrorDeserializing : bool with get, set
Public Property ThrowOnErrorDeserializing As Boolean

Property Value

true if the error will be thrown when the property is unsuccessfully deserialized; otherwise, false.

Applies to