ExtensionError Class

 

Encapsulates custom error information for Visual Studio extensions that extend the functionality of the Entity Data Model Designer.

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

System.Object
  Microsoft.Data.Entity.Design.Extensibility.ExtensionError

[SerializableAttribute]
public sealed class ExtensionError

NameDescription
System_CAPS_pubmethodExtensionError(String, Int32, ExtensionErrorSeverity)

Instantiates a new instance of ExtensionError.

System_CAPS_pubmethodExtensionError(String, Int32, ExtensionErrorSeverity, Int32, Int32)

Instantiates a new instance of ExtensionError.

NameDescription
System_CAPS_pubpropertyColumn

The column of the input or output document in which the error occurred.

System_CAPS_pubpropertyErrorCode

The error code associated with the error.

System_CAPS_pubpropertyLine

The line of the input or output document in which the error occurred.

System_CAPS_pubpropertyMessage

The message that describes the error.

System_CAPS_pubpropertySeverity

The severity of the error.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.