UnhandledExceptionEventArgs(Object, Boolean) Constructeur

Définition

Initialise une nouvelle instance de la classe UnhandledExceptionEventArgs avec l'objet exception et un indicateur de fin 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)

Paramètres

exception
Object

Exception non gérée.

isTerminating
Boolean

true si le runtime se termine ; sinon, false.

S’applique à