UnhandledExceptionEventArgs(Object, Boolean) Konstruktor

Definition

Initialisiert eine neue Instanz der UnhandledExceptionEventArgs Klasse mit dem Ausnahmeobjekt und einem Flag für die Beendigung der Common Language Runtime.

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 Ausnahme, die nicht behandelt wird.

isTerminating
Boolean

truewenn die Laufzeit beendet wird; andernfalls . false

Gilt für: