다음을 통해 공유


XmlSchemaException.SourceUri 속성

정의

예외를 발생시킨 스키마의 URI(Uniform Resource Identifier) 위치를 가져옵니다.

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

속성 값

예외를 발생시킨 스키마의 URI 위치입니다.

설명

중요합니다

이 속성은 SourceUri 예외를 발생시킨 스키마 파일의 URI 경로를 반환합니다. 신뢰할 수 없는 SourceUri 시나리오에서는 속성을 노출해서는 안 됩니다.

적용 대상