ThreadExceptionDialog(Exception) Constructor

Definitie

Initialiseert een nieuw exemplaar van de ThreadExceptionDialog klasse.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

t
Exception

De Exception uitzondering die is opgetreden.

Opmerkingen

Informatie in t het ThreadExceptionDialog vak wordt weergegeven.

Van toepassing op