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 UnhandledExceptionEventArgs classe avec l’objet exception et un indicateur d’arrêt 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 qui n’est pas gérée.
- isTerminating
- Boolean
true si le runtime se termine ; sinon, false.