言語

ASTaskBase.FireError メソッド

定義

エラーが発生するとイベントを発生させます。

オーバーロード

名前 説明
FireError(String, String)

エラーが発生するとイベントを発生させます。

FireError(Int32, String, String, String)

エラーが発生するとイベントを発生させます。

FireError(String, String)

エラーが発生するとイベントを発生させます。

protected:
 void FireError(System::String ^ subComponent, System::String ^ message);
protected void FireError(string subComponent, string message);
member this.FireError : string * string -> unit
Protected Sub FireError (subComponent As String, message As String)

パラメーター

subComponent
String

イベントソースの詳細を含む文字列です。

message
String

メッセージのテキスト。

適用対象

FireError(Int32, String, String, String)

エラーが発生するとイベントを発生させます。

protected:
 void FireError(int errorCode, System::String ^ subComponent, System::String ^ message, System::String ^ helpLink);
protected void FireError(int errorCode, string subComponent, string message, string helpLink);
member this.FireError : int * string * string * string -> unit
Protected Sub FireError (errorCode As Integer, subComponent As String, message As String, helpLink As String)

パラメーター

errorCode
Int32

エラーメッセージを識別する整数。

subComponent
String

イベントソースの詳細を含む文字列です。

message
String

メッセージのテキスト。

helpLink
String

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

適用対象