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 を返します。

適用対象