Share via


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
Public method ExtensionError Overloaded. Instantiates a new instance of ExtensionError.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Properties

  Name Description
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.

Top

See Also

Reference

ExtensionError Class

Microsoft.Data.Entity.Design.Extensibility Namespace