XmlSchemaException.LinePosition 속성

정의

오류가 발생한 곳을 나타내는 줄 위치를 가져옵니다.

public:
 property int LinePosition { int get(); };
public int LinePosition { get; }
member this.LinePosition : int
Public ReadOnly Property LinePosition As Integer

속성 값

Int32

오류가 발생한 곳을 나타내는 줄 위치입니다.

적용 대상