Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Instantiates a new instance of ExtensionError.
Namespace: Microsoft.Data.Entity.Design.Extensibility
Assembly: Microsoft.Data.Entity.Design.Extensibility (in microsoft.data.entity.design.extensibility.dll)
Verwendung
Syntax
'Declaration
Public Sub New ( _
message As String, _
errorCode As Integer, _
severity As ExtensionErrorSeverity, _
line As Integer, _
column As Integer _
)
public ExtensionError (
string message,
int errorCode,
ExtensionErrorSeverity severity,
int line,
int column
)
public:
ExtensionError (
String^ message,
int errorCode,
ExtensionErrorSeverity severity,
int line,
int column
)
public ExtensionError (
String message,
int errorCode,
ExtensionErrorSeverity severity,
int line,
int column
)
public function ExtensionError (
message : String,
errorCode : int,
severity : ExtensionErrorSeverity,
line : int,
column : int
)
Parameter
- message
The message that describes the error.
- errorCode
The error code associated with the error.
- severity
The severity of the error.
- line
The line of the input or output document in which the error occurred.
- column
The column of the input or output document in which the error occurred.
Hinweise
The ExtensionError class is used when building a Visual Studio extension that extends the functionality of the Entity Data Model Designer.
Plattformen
Entwicklungsplattformen
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 und Windows 2000
Zielplattformen
Siehe auch
Verweis
ExtensionError-Klasse
ExtensionError-Member
Microsoft.Data.Entity.Design.Extensibility-Namespace
Weitere Ressourcen
Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
Extending the Entity Data Model Tools