UnhandledExceptionEventArgs

UnhandledExceptionEventArgs ECMA 1.0, serializable

System (mscorlib.dll) class

This class is passed as an argument to an UnhandledExceptionEventHandler event handler. Its IsTerminating property specifies whether the CLR is in the process of shutting down.

 public class  UnhandledExceptionEventArgs  : EventArgs {  // Public Constructors  public  UnhandledExceptionEventArgs  (object   exception   , bool   isTerminating   );  // Public Instance Properties  public object  ExceptionObject  {get; }    public bool  IsTerminating  {get; } } 

Hierarchy

Object EventArgs UnhandledExceptionEventArgs

Passed To

UnhandledExceptionEventHandler.{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