ThreadExceptionDialog(Exception) Konstruktor

Definition

Initialisiert eine neue Instanz der ThreadExceptionDialog-Klasse.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

t
Exception

Die Exception, die die aufgetretene Ausnahme darstellt.

Hinweise

Im Feld enthaltene t Informationen werden angezeigt ThreadExceptionDialog .

Gilt für