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

오류 메시지를 식별하는 Integer입니다.

subComponent
String

이벤트 원본에 대한 자세한 정보를 포함하는 문자열입니다.

message
String

메시지의 텍스트입니다.

helpLink
String

자세한 정보가 포함된 도움말 파일의 경로입니다.

적용 대상