UnhandledExceptionEventArgs(Object, Boolean) Constructor

Definitie

Initialiseert een nieuw exemplaar van de UnhandledExceptionEventArgs klasse met het uitzonderingsobject en een algemene vlag voor het beëindigen van de taalruntime.

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)

Parameters

exception
Object

De uitzondering die niet wordt verwerkt.

isTerminating
Boolean

true als de runtime wordt beëindigd; anders, false.

Van toepassing op