Freigeben über


IDTSInfoEvents100.FireError Methode

Definition

Löst einen Fehler aus.

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)

Parameter

ErrorCode
Int32

Die Fehlermeldung.

SubComponent
String

Das Untermodul innerhalb einer Quelle.

Description
String

Text der Nachricht.

HelpFile
String

Der Pfad zur Hilfedatei, die ausführliche Informationen enthält.

HelpContext
Int32

Der Bezeichner des Themas in der Hilfedatei.

pbCancel
Boolean

Ein boolescher Wert, der angibt, ob das Ereignis weiterhin ausgelöst bzw. nicht mehr ausgelöst werden soll.

Attribute

Gilt für: