Mono Class Library: System.UnhandledExceptionEventArgs Overview | Members

System.UnhandledExceptionEventArgs Constructor

Constructs and initializes a new instance of the UnhandledExceptionEventArgs class. [Edit]

public UnhandledExceptionEventArgs (object exception, bool isTerminating)

Parameters

exception
The exception that was not caught. [Edit]
isTerminating
true if the system will terminate the current process; otherwise, false. [Edit]

Remarks

This constructor initializes the UnhandledExceptionEventArgs.ExceptionObject property using exception, and the UnhandledExceptionEventArgs.IsTerminating property using isTerminating. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0