UnhandledExceptionEventArgs(Object, Boolean) Constructeur

Définition

Initialise une nouvelle instance de la UnhandledExceptionEventArgs classe avec l’objet exception et un indicateur d’arrêt 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 qui n’est pas gérée.

isTerminating
Boolean

true si le runtime se termine ; sinon, false.

S’applique à