UnhandledExceptionEventArgs(Object, Boolean) Constructeur
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.
Initialise une nouvelle instance de la classe UnhandledExceptionEventArgs avec l'objet exception et un indicateur de fin Common Language Runtime.
public:
UnhandledExceptionEventArgs(System::Object ^ exception, bool isTerminating);
public UnhandledExceptionEventArgs (object exception, bool isTerminating);
new UnhandledExceptionEventArgs : obj * bool -> UnhandledExceptionEventArgs
Public Sub New (exception As Object, isTerminating As Boolean)
Paramètres
- exception
- Object
Exception non gérée.
- isTerminating
- Boolean
true
si le runtime se termine ; sinon, false
.