Partager via


UnhandledExceptionEventArgs(Boolean, Exception) Constructeur

Définition

Initialise une nouvelle instance de la classe UnhandledExceptionEventArgs.

public:
 UnhandledExceptionEventArgs(bool exitApplication, Exception ^ exception);
public UnhandledExceptionEventArgs (bool exitApplication, Exception exception);
new Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs : bool * Exception -> Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs
Public Sub New (exitApplication As Boolean, exception As Exception)

Paramètres

exitApplication
Boolean

Boolean qui indique si l'application doit se fermer au moment de la fermeture du gestionnaire d'exceptions.

exception
Exception

Exception survenue.

Remarques

L’événement UnhandledException se produit lorsqu’une exception non prise en charge se produit dans une application qui implémente le modèle d’application Visual Basic. Pour plus d’informations, consultez Vue d’ensemble du modèle d’application Visual Basic.

UnhandledExceptionEventArgs contient le Exception qui s’est produit et indique si l’application doit quitter le gestionnaire d’exceptions.

S’applique à

Voir aussi