XmlSchemaException.SourceUri Proprietà
Definizione
Ottiene la posizione dell'URI (Uniform Resource Identifier) dello schema che ha causato l'eccezione.Gets the Uniform Resource Identifier (URI) location of the schema that caused the exception.
public:
property System::String ^ SourceUri { System::String ^ get(); };
public string SourceUri { get; }
member this.SourceUri : string
Public ReadOnly Property SourceUri As String
Valore della proprietà
Posizione dell'URI dello schema che ha causato l'eccezione.The URI location of the schema that caused the exception.
Commenti
Importante
La SourceUri proprietà restituisce il percorso URI del file di schema che ha causato l'eccezione.The SourceUri property returns the URI path to the schema file that caused the exception. La SourceUri proprietà non deve essere esposta in scenari non attendibili.The SourceUri property should not be exposed in untrusted scenarios.