XmlException.SourceUri Property

Definition

Gets the location of the XML file.

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

Property Value

The source URI for the XML data. If there is no source URI, this property returns null.

Applies to