EventsObjectWrapper.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);
member this.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;否则为 false。

适用于