XmlSerializationException.LineNumber 属性
Gets or sets the line number where the exception occurred.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Property LineNumber As Integer
Get
Set
用法
Dim instance As XmlSerializationException
Dim value As Integer
value = instance.LineNumber
instance.LineNumber = value
public int LineNumber { get; set; }
public:
property int LineNumber {
int get ();
void set (int value);
}
member LineNumber : int with get, set
function get LineNumber () : int
function set LineNumber (value : int)
属性值
类型:System.Int32
An Integer value with the line number where the exception occurred.