IDTSInfoEvents100.FireError メソッド

定義

エラーが発生します。

public:
 void FireError(int ErrorCode, System::String ^ SubComponent, System::String ^ Description, System::String ^ HelpFile, int HelpContext, [Runtime::InteropServices::Out] bool % pbCancel);
[System.Runtime.InteropServices.DispId(2)]
public void FireError(int ErrorCode, string SubComponent, string Description, string HelpFile, int HelpContext, out bool pbCancel);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member FireError : int * string * string * string * int * bool -> unit
Public Sub FireError (ErrorCode As Integer, SubComponent As String, Description As String, HelpFile As String, HelpContext As Integer, ByRef pbCancel As Boolean)

パラメーター

ErrorCode
Int32

エラー メッセージ。

SubComponent
String

ソース内のサブモジュールです。

Description
String

メッセージのテキスト。

HelpFile
String

詳細情報を含むヘルプファイルへのパス。

HelpContext
Int32

ヘルプファイル内のトピックの識別子。

pbCancel
Boolean

このブール値が、発射をキャンセルするか続けるべきかを示します。

属性

適用対象