IDTSInfoEvents100.FireError Méthode

Définition

Déclenche une erreur.

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)

Paramètres

ErrorCode
Int32

Message d’erreur.

SubComponent
String

Sous-module au sein d'une source.

Description
String

Texte du message.

HelpFile
String

Chemin d'accès au fichier d'aide qui contient des informations détaillées.

HelpContext
Int32

Identificateur de la rubrique dans le fichier d'aide.

pbCancel
Boolean

Valeur Boolean qui indique si le déclenchement de l'événement doit être annulé ou continuer.

Attributs

S’applique à