ExtensionError Members
Include Protected Members
Include Inherited Members
Encapsulates custom error information for Visual Studio extensions that extend the functionality of the Entity Data Model Designer.
The ExtensionError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ExtensionError | Overloaded. Instantiates a new instance of ExtensionError. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top