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 | |
---|---|---|
Column | The column of the input or output document in which the error occurred. | |
ErrorCode | The error code associated with the error. | |
Line | The line of the input or output document in which the error occurred. | |
Message | The message that describes the error. | |
Severity | The severity of the error. |
Superior
Público Métodos
(vea también Protegido Métodos)
Nombre | Descripción | |
---|---|---|
Equals | Sobrecargado. (Se hereda de Object) | |
GetHashCode | (Se hereda de Object) | |
GetType | (Se hereda de Object) | |
ReferenceEquals | (Se hereda de Object) | |
ToString | (Se hereda de Object) |
Superior
Protegido Métodos
Nombre | Descripción | |
---|---|---|
Finalize | (Se hereda de Object) | |
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