EncoderFallbackException.Index プロパティ

定義

例外の原因となった文字の入力バッファーにおけるインデックス位置を取得します。

public:
 property int Index { int get(); };
public int Index { get; }
member this.Index : int
Public ReadOnly Property Index As Integer

プロパティ値

エンコードできない入力文字の入力バッファーにおけるインデックス位置。

注釈

インデックスは 0 から始まります。

適用対象