共用方式為


DecoderFallback.ExceptionFallback 屬性

定義

取得物件,此物件會在無法對輸入位元組序列解碼時,擲回例外狀況。

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

屬性值

DecoderFallback

衍生自 DecoderFallback 類別的型別。 預設值為 DecoderExceptionFallback 物件。

適用於