IDTSComponentEvents.FireError(Int32, String, String, String, Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오류가 발생하면 이벤트를 발생시킵니다.
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);
abstract member 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
도움말 파일에 있는 주제의 식별자.
반품
이벤트가 계속 발화되어야 할지 멈춰야 하는지 나타내는 불리언입니다. true의 값은 이벤트가 계속 발화되어야 함을 나타냅니다.
설명
몇몇 이벤트는 이벤트 소스 식별을 더욱 세분화할 수 있는 매개변수를 가지고 subComponent 있습니다.