ThreadExceptionDialog(Exception) Constructeur

Définition

Initialise une nouvelle instance de la classe ThreadExceptionDialog.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 ThreadExceptionDialog(Exception ^ t);
public ThreadExceptionDialog (Exception t);
new System.Windows.Forms.ThreadExceptionDialog : Exception -> System.Windows.Forms.ThreadExceptionDialog
Public Sub New (t As Exception)

Paramètres

t
Exception

Exception qui représente l'exception qui s'est produite.

Remarques

Les informations contenues dans t seront affichées dans la ThreadExceptionDialog zone.

S’applique à