XmlSchemaException.SourceUri Propriété

Définition

Obtient l'emplacement de l'URI (Uniform Resource Identifier) du schéma qui a provoqué l'exception.

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

Valeur de propriété

String

Emplacement URI du schéma qui a provoqué l'exception.

Remarques

Important

La SourceUri propriété retourne le chemin d’URI du fichier de schéma qui a provoqué l’exception. La SourceUri propriété ne doit pas être exposée dans des scénarios non approuvés.

S’applique à