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.

See Also: UnhandledExceptionEventArgs Members

Syntax

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

Remarks

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

Thread Safety

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

Requirements

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