FirstChanceExceptionEventArgs(Exception) 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 FirstChanceExceptionEventArgs avec l'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 doit être examinée par l'événement UnhandledException.
Remarques
Ce constructeur est appelé par le Common Language Runtime, et non par le code d’application.