UnhandledExceptionEventArgs(Object, Boolean) Konstruktor

Definition

Initialisiert eine neue Instanz der UnhandledExceptionEventArgs-Klasse mit dem Ausnahmeobjekt und einem Common Language Runtime-Beendigungsflag.

public:
 UnhandledExceptionEventArgs(System::Object ^ exception, bool isTerminating);
public UnhandledExceptionEventArgs (object exception, bool isTerminating);
new UnhandledExceptionEventArgs : obj * bool -> UnhandledExceptionEventArgs
Public Sub New (exception As Object, isTerminating As Boolean)

Parameter

exception
Object

Die nicht behandelte Ausnahme.

isTerminating
Boolean

true, wenn die Laufzeit beendet wird, andernfalls false.

Gilt für