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

Dies Exception stellt die Ausnahme dar, die aufgetreten ist.

Hinweise

In dem ThreadExceptionDialog Feld enthaltene t Informationen werden angezeigt.

Gilt für: