August 2003
Intermediate to advanced
928 pages
32h 1m
English
ThreadExceptionEventArgs
This class represents the
event arguments passed to a
ThreadExceptionEventHandler.
Exception contains the exception raised.
public class ThreadExceptionEventArgs : EventArgs {
// Public Constructors
public ThreadExceptionEventArgs(Exception t);
// Public Instance Properties
public Exception Exception{get; }
}
System.Object
→
System.EventArgs
→
ThreadExceptionEventArgs
ThreadExceptionEventHandler.{BeginInvoke( ),
Invoke( )}