IDTSComponentEvents.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);
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 参数,该参数允许在事件源标识中实现更大的粒度。

适用于