ThreadExceptionEventHandler

ThreadExceptionEventHandler serializable

System.Threading (system.dll) delegate

This event handler allows an event to be raised whenever a thread exception occurs. The System.Windows.Forms.Application.ThreadException property allows you to set one of these handlers, which takes the sender and ThreadExceptionEventArgs as arguments. The ThreadExceptionEventArgs object contains the exception raised.

 public delegate void  ThreadExceptionEventHandler  (object   sender   , ThreadExceptionEventArgs   e   ); 


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