August 2003
Intermediate to advanced
928 pages
32h 1m
English
UnhandledExceptionEventArgs
This class is passed as an argument
to an
UnhandledExceptionEventHandler event handler. Its
IsTerminating property specifies whether the CLR
is in the process of shutting down.
public class UnhandledExceptionEventArgs : EventArgs { // Public Constructors public UnhandledExceptionEventArgs(objectexception, boolisTerminating); // Public Instance Properties public object ExceptionObject{get; } public bool IsTerminating{get; } }
Object
→
EventArgs
→
UnhandledExceptionEventArgs
UnhandledExceptionEventHandler.{BeginInvoke( ),
Invoke( )}