IDTSComponentMetaData100.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.
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(129)]
public void FireError (int ErrorCode, string SubComponent, string Description, string HelpFile, int HelpContext, out bool pbCancel);
[<System.Runtime.InteropServices.DispId(129)>]
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
- SubComponent
- String
- Description
- String
- HelpFile
- String
- HelpContext
- Int32
- pbCancel
- Boolean
- Attributs
Remarques
Un événement OnError peut être déclenché pendant la conception ou l’exécution du package. Au moment de la conception, les erreurs s’affichent dans la fenêtre Liste des tâches et entraînent également l’affichage d’une icône X rouge en regard de la forme du composant sur l’aire du concepteur. Pendant l’exécution, l’événement d’erreur peut entraîner l’arrêt de l’exécution du package.