IDTSInfoEvents100.FireError メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エラーを発生させます。
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
起動処理を取り消すか続行するかを示す Boolean です。
- 属性