Share via


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

계속 발생시킬지 또는 취소할지를 나타내는 Boolean입니다.

특성

적용 대상