ComponentTray.DisplayError(Exception) 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.
Affiche un message d'erreur pour l'utilisateur comprenant des informations sur l'exception spécifiée.
protected:
void DisplayError(Exception ^ e);
protected void DisplayError (Exception e);
member this.DisplayError : Exception -> unit
Protected Sub DisplayError (e As Exception)
Paramètres
Exception sur laquelle afficher des informations.