Share via


ExtensionError.ErrorCode Property

The error code associated with the error.

Namespace:  Microsoft.Data.Entity.Design.Extensibility
Assembly:  Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)

Syntax

'Declaration
Public ReadOnly Property ErrorCode As Integer
    Get
'Usage
Dim instance As ExtensionError
Dim value As Integer

value = instance.ErrorCode
public int ErrorCode { get; }
public:
property int ErrorCode {
    int get ();
}
function get ErrorCode () : int

Property Value

Type: System.Int32
The error code associated with the error.

Remarks

The ExtensionError class is used when building a Visual Studio extension that extends the functionality of the Entity Data Model Designer.

Permissions

See Also

Reference

ExtensionError Class

ExtensionError Members

Microsoft.Data.Entity.Design.Extensibility Namespace

Other Resources

Visual Studio Extensibility Developer Center

Developing Visual Studio Extensions

Extending the Entity Data Model Tools