Constructs and initializes a new instance of the UnhandledExceptionEventArgs class.
- exception
- The exception that was not caught.
- isTerminating
- true if the system will terminate the current process; otherwise, false.
This constructor initializes the UnhandledExceptionEventArgs.ExceptionObject property using exception, and the UnhandledExceptionEventArgs.IsTerminating property using isTerminating.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0