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

屬性值

XML 資料的來源 URI。 如果沒有來源 URI,這個屬性會傳回 null

適用於