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.

참고 항목

참조

XmlSerializationException 클래스

Microsoft.AnalysisServices 네임스페이스