Encapsulates custom error information for Visual Studio extensions that extend the functionality of the Entity Data Model Designer.
以下各表列出了由 ExtensionError 类型公开的成员。
公共 构造函数
名称 | 说明 | |
---|---|---|
ExtensionError | 已重载。Instantiates a new instance of ExtensionError. |
顶部
公共 属性
名称 | 说明 | |
---|---|---|
![]() |
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. |
顶部
公共 方法
(另请参见 受保护 方法)
名称 | 说明 | |
---|---|---|
![]() |
Equals | 已重载。(继承自 Object) |
![]() |
GetHashCode | (继承自 Object) |
![]() |
GetType | (继承自 Object) |
![]() ![]() |
ReferenceEquals | (继承自 Object) |
![]() |
ToString | (继承自 Object) |
顶部
受保护 方法
名称 | 说明 | |
---|---|---|
![]() |
Finalize | (继承自 Object) |
![]() |
MemberwiseClone | (继承自 Object) |
顶部
另请参见
参考
ExtensionError 类
Microsoft.Data.Entity.Design.Extensibility 命名空间
其他资源
Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
Extending the Entity Data Model Tools