Name

ThreadExceptionEventArgs

Synopsis

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; } 
}

Hierarchy

System.ObjectSystem.EventArgsThreadExceptionEventArgs

Passed To

ThreadExceptionEventHandler.{BeginInvoke(), Invoke()}

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.