XmlSchemaException.SourceUri Propriedade
Definição
Obtém o URI (Uniform Resource Identifier) do esquema que causou a exceção.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; }
public string SourceUri { get; }
member this.SourceUri : string
Public ReadOnly Property SourceUri As String
Valor da propriedade
O local do URI do esquema que causou a exceção.The URI location of the schema that caused the exception.
Comentários
Importante
A SourceUri propriedade retorna o caminho do URI para o arquivo de esquema que causou a exceção.The SourceUri property returns the URI path to the schema file that caused the exception. A SourceUri propriedade não deve ser exposta em cenários não confiáveis.The SourceUri property should not be exposed in untrusted scenarios.