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

适用于