ExtensionErrorSeverity Enumeration

 

An enumeration that describes the severity of an ExtensionError.

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

public enum ExtensionErrorSeverity

Member nameDescription
Error

Indicates that the severity of the ExtensionError is Error. An ExtensionError with this severity will appear in the Visual Studio Error List as an error.

Message

Indicates that the severity of the ExtensionError is Message. An ExtensionError with this severity will appear in the Visual Studio Error List as a message.

Warning

Indicates that the severity of the ExtensionError is Warning. An ExtensionError with this severity will appear in the Visual Studio Error List as a warning.