共用方式為


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