EncoderFallbackException.Index プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象