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引发异常。 异常包含格式不正确的行的行号。