UnhandledExceptionEventArgs Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the UnhandledExceptionEventArgs class with the exception object and a common language runtime termination flag.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- exception
- Type: System.Object
The exception that is not handled.
- isTerminating
- Type: System.Boolean
true if the runtime is terminating; otherwise, false.
Show: