Decoder.Fallback Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un objet DecoderFallback pour l'objet Decoder actuel.
public:
property System::Text::DecoderFallback ^ Fallback { System::Text::DecoderFallback ^ get(); void set(System::Text::DecoderFallback ^ value); };
public System.Text.DecoderFallback Fallback { get; set; }
public System.Text.DecoderFallback? Fallback { get; set; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Text.DecoderFallback Fallback { get; set; }
member this.Fallback : System.Text.DecoderFallback with get, set
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Fallback : System.Text.DecoderFallback with get, set
Public Property Fallback As DecoderFallback
Valeur de propriété
Objet DecoderFallback.
- Attributs
Exceptions
Dans une opération set, la valeur est null
(Nothing
).
Il n'est pas possible d'assigner une nouvelle valeur dans une opération ensembliste, car l'objet DecoderFallbackBuffer actuel contient des données qui n'ont pas encore été décodées.
Remarques
L' DecoderFallback objet représente un gestionnaire d’erreurs qui est appelé quand une séquence d’octets encodée ne peut pas être convertie en caractère.