DecoderFallbackException.Index 屬性

定義

取得位元組的輸入位元組序列中造成例外狀況的索引位置。

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

屬性值

位元組的輸入位元組陣列中無法解碼的索引位置。 索引位置以零起始。

備註

應用程式會使用 BytesUnknown 屬性來擷取包含無法解碼之位元組的輸入位元組陣列。

適用於