EdmSchemaError Classe

Definição

Encapsula as informações detalhadas sobre um erro de esquema de modelo conceitual.Encapsulates the detailed information about a conceptual model schema error.

public ref class EdmSchemaError sealed : System::Data::Metadata::Edm::EdmError
[System.Serializable]
public sealed class EdmSchemaError : System.Data.Metadata.Edm.EdmError
[<System.Serializable>]
type EdmSchemaError = class
    inherit EdmError
Public NotInheritable Class EdmSchemaError
Inherits EdmError
Herança
EdmSchemaError
Atributos

Propriedades

Column

Obtém a coluna em que o erro ocorreu.Gets the column where the error occurred.

ErrorCode

Obtém o código de erro.Gets the error code.

Line

Obtém o número de linha em que o erro ocorreu.Gets the line number where the error occurred.

Message

Obtém a mensagem de erro.Gets the error message.

(Herdado de EdmError)
SchemaLocation

Obtém a localização do esquema que contém o erro.Gets the location of the schema that contains the error. Essa cadeia de caracteres também inclui o nome do esquema no final.This string also includes the name of the schema at the end.

SchemaName

Obtém o nome do esquema que contém o erro.Gets the name of the schema that contains the error.

Severity

Obtém o nível de gravidade do erro.Gets the severity level of the error.

StackTrace

Obtém uma representação de cadeia de caracteres de rastreamento de pilha no momento em que o erro ocorreu.Gets a string representation of the stack trace at the time the error occurred.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna a mensagem de erro.Returns the error message.

Aplica-se a