Mono Class Library: System Namespace

System.UnhandledExceptionEventArgs Class

Provides data for the event that is raised when an exception is not caught by the program code executing in an application domain. [Edit]

See Also: UnhandledExceptionEventArgs Members

System.Object
     System.EventArgs
          System.UnhandledExceptionEventArgs

[System.Runtime.InteropServices.ComVisible(true)]
public class UnhandledExceptionEventArgs : EventArgs

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Remarks

UnhandledExceptionEventArgs provides access to the uncaught Exception and a property indicating whether the system will terminate the current process. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0