ThreadExceptionEventArgs

ThreadExceptionEventArgs

System.Threading (system.dll) class

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

Hierarchy

System.Object System.EventArgs ThreadExceptionEventArgs

Passed To

ThreadExceptionEventHandler.{BeginInvoke( ) , Invoke( )}



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net