ExtensionError 成员

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.

顶部

公共 属性

  名称 说明
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.

顶部

公共 方法

(另请参见 受保护 方法)

  名称 说明
public method Equals  已重载。(继承自 Object
public method GetHashCode  (继承自 Object
public method GetType  (继承自 Object
public methodstatic ReferenceEquals  (继承自 Object
public method ToString  (继承自 Object

顶部

受保护 方法

  名称 说明
protected method Finalize  (继承自 Object
protected method MemberwiseClone  (继承自 Object

顶部

另请参见

参考

ExtensionError 类
Microsoft.Data.Entity.Design.Extensibility 命名空间

其他资源

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