XmlException.SourceUri Propriedade
Definição
Obtém o local do arquivo XML.Gets the location of the XML file.
public:
property System::String ^ SourceUri { System::String ^ get(); };
public string SourceUri { get; }
member this.SourceUri : string
Public ReadOnly Property SourceUri As String
Valor da propriedade
O URI de origem para os dados XML.The source URI for the XML data. Se não houver nenhum URI de origem, essa propriedade retornará null
.If there is no source URI, this property returns null
.