March 2002
Intermediate to advanced
864 pages
31h 8m
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 method UnhandledExceptionEventArgs(object exception, bool isTerminating); // Public Instance Properties public field object ExceptionObject{get; } public field bool IsTerminating{get; } }
Object→EventArgs→UnhandledExceptionEventArgs
UnhandledExceptionEventHandler.{BeginInvoke(), Invoke()}