XmlSchemaException.SourceUri 属性

定义

获取导致此异常的架构的统一资源标识符 (URI) 位置。

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不应在不受信任的方案中公开 该属性。

适用于