언어

IDTSInfoEvents100.FireError 메서드

정의

오류가 발생한다.

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

이 불리언은 발사를 취소할지 계속 발사해야 하는지 알려줍니다.

특성

적용 대상