FirstChanceExceptionEventArgs(Exception) Constructeur

Définition

Initialise une nouvelle instance de la FirstChanceExceptionEventArgs classe avec une exception spécifiée.

public:
 FirstChanceExceptionEventArgs(Exception ^ exception);
public FirstChanceExceptionEventArgs(Exception exception);
new System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs : Exception -> System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs
Public Sub New (exception As Exception)

Paramètres

exception
Exception

Exception qui vient d’être levée par du code managé et qui sera examinée par l’événement UnhandledException .

Remarques

Ce constructeur est appelé par le Common Language Runtime, et non par le code d’application.

S’applique à