XmlException.SourceUri 속성

정의

XML 파일의 위치를 가져옵니다.

public:
 property System::String ^ SourceUri { System::String ^ get(); };
public string? SourceUri { get; }
public string SourceUri { get; }
member this.SourceUri : string
Public ReadOnly Property SourceUri As String

속성 값

String

XML 데이터의 소스 URI입니다. 소스 URI가 없으면 이 속성은 null을 반환합니다.

적용 대상