언어

EventsObjectWrapper.FireError(Int32, String, String, String, Int32) 메서드

정의

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

public:
 bool FireError(int errorCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext);
public bool FireError(int errorCode, string subComponent, string description, string helpFile, int helpContext);
member this.FireError : int * string * string * string * int -> bool
Public Function FireError (errorCode As Integer, subComponent As String, description As String, helpFile As String, helpContext As Integer) As Boolean

매개 변수

errorCode
Int32

오류 메시지를 식별합니다.

subComponent
String

이벤트 출처에 대한 자세한 내용이 포함되어 있습니다.

description
String

메시지의 텍스트입니다.

helpFile
String

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

helpContext
Int32

도움말 파일에 있는 주제의 식별자.

반품

이벤트가 계속 발사된다면 그렇습니다; 그렇지 않으면 거짓입니다.

적용 대상