Instantiates a new instance of ExtensionError.
名前空間: Microsoft.Data.Entity.Design.Extensibility
アセンブリ: Microsoft.Data.Entity.Design.Extensibility (microsoft.data.entity.design.extensibility.dll 内)
使用方法
構文
'宣言
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
)
パラメーター
- 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.
解説
The ExtensionError class is used when building a Visual Studio extension that extends the functionality of the Entity Data Model Designer.
プラットフォーム
開発プラットフォーム
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000
ターゲット プラットフォーム
参照
リファレンス
ExtensionError クラス
ExtensionError のメンバー
Microsoft.Data.Entity.Design.Extensibility 名前空間
その他のリソース
Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
Extending the Entity Data Model Tools