XmlException.SourceUri Propiedad

Definición

Obtiene la ubicación del archivo 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

Valor de propiedad

Identificador URI de origen de los datos XML. Si no hay ningún URI de origen, esta propiedad devuelve null.

Se aplica a