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
一个布尔值,该值指示是应该继续激发还是取消激发。
- 属性