MalformedLineException.LineNumber 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得錯誤行的行號。
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擲回例外狀況。 例外狀況包含格式錯誤的行號。