SettingsProperty.ThrowOnErrorDeserializing Propriedade

Definição

Obtém ou define um valor que especifica se será gerado um erro quando a propriedade for desserializada sem êxito.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

Valor da propriedade

Boolean

true Se o erro for gerado quando a propriedade não for desserializada com êxito; caso contrário, false .true if the error will be thrown when the property is unsuccessfully deserialized; otherwise, false.

Aplica-se a