MalformedLineException.LineNumber 屬性

定義

取得錯誤行的行號。

public:
 property long LineNumber { long get(); void set(long value); };
public long LineNumber { get; set; }
member this.LineNumber : int64 with get, set
Public Property LineNumber As Long

屬性值

錯誤行的行號。

備註

ReadFields如果方法無法使用指定的格式剖析數據列,則會MalformedLineException擲回例外狀況。 例外狀況包含格式錯誤的行號。

適用於

另請參閱