언어

ASTaskBase.FireError 메서드

정의

오류가 발생하면 이벤트를 발생시킵니다.

오버로드

Name Description
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

자세한 정보가 담긴 도움말 파일로 가는 경로입니다.

적용 대상