March 2002
Intermediate to advanced
864 pages
31h 8m
English
ThreadExceptionEventArgs
This class represents the event arguments
passed to a ThreadExceptionEventHandler.
Exception
contains the exception raised.
public class ThreadExceptionEventArgs : EventArgs { // Public Constructors public method ThreadExceptionEventArgs(Exception t); // Public Instance Properties public field Exception Exception{get; } }
System.Object→System.EventArgs→ThreadExceptionEventArgs
ThreadExceptionEventHandler.{BeginInvoke(), Invoke()}