Compartir a través de


Miembros ExtensionError

Encapsulates custom error information for Visual Studio extensions that extend the functionality of the Entity Data Model Designer.

En las tablas siguientes se enumeran los miembros que se exponen por el tipo ExtensionError.

Público Constructores

  Nombre Descripción
ExtensionError Sobrecargado. Instantiates a new instance of ExtensionError.

Superior

Público Propiedades

  Nombre Descripción
public property Column The column of the input or output document in which the error occurred.
public property ErrorCode The error code associated with the error.
public property Line The line of the input or output document in which the error occurred.
public property Message The message that describes the error.
public property Severity The severity of the error.

Superior

Público Métodos

(vea también Protegido Métodos)

  Nombre Descripción
public method Equals  Sobrecargado. (Se hereda de Object)
public method GetHashCode  (Se hereda de Object)
public method GetType  (Se hereda de Object)
public methodstatic ReferenceEquals  (Se hereda de Object)
public method ToString  (Se hereda de Object)

Superior

Protegido Métodos

  Nombre Descripción
protected method Finalize  (Se hereda de Object)
protected method MemberwiseClone  (Se hereda de Object)

Superior

Vea también

Referencia

Clase ExtensionError
Espacio de nombres Microsoft.Data.Entity.Design.Extensibility

Otros recursos

Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
Extending the Entity Data Model Tools