IDTSInfoEvents100.FireError Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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