ConfigurationException.Line 속성

정의

이 구성 예외가 throw된 구성 파일의 줄 번호를 가져옵니다.

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

속성 값

ConfigurationException 예외가 throw된 구성 파일의 줄 번호입니다.

적용 대상