IDTSInfoEvents100.FireError 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오류를 발생시킵니다.
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입니다.
- 특성