DecoderFallback.ExceptionFallback 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 un objet qui lève une exception quand une séquence d'octets en entrée ne peut pas être décodée.
public:
static property System::Text::DecoderFallback ^ ExceptionFallback { System::Text::DecoderFallback ^ get(); };
public static System.Text.DecoderFallback ExceptionFallback { get; }
member this.ExceptionFallback : System.Text.DecoderFallback
Public Shared ReadOnly Property ExceptionFallback As DecoderFallback
Valeur de propriété
Type dérivé de la classe DecoderFallback. La valeur par défaut est un objet DecoderExceptionFallback.