XmlSerializationException.LinePosition 속성

Gets or sets the line position where the exception occurred.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property LinePosition As Integer 
    Get 
    Set
‘사용 방법
Dim instance As XmlSerializationException 
Dim value As Integer 

value = instance.LinePosition

instance.LinePosition = value
public int LinePosition { get; set; }
public:
property int LinePosition {
    int get ();
    void set (int value);
}
member LinePosition : int with get, set
function get LinePosition () : int 
function set LinePosition (value : int)

속성 값

유형: System.Int32
An Integer value with the line position where the exception occurred.

참고 항목

참조

XmlSerializationException 클래스

Microsoft.AnalysisServices 네임스페이스