Provides data for the event that is raised when there is an exception that is not handled by the application domain.
For a list of all members of this type, see UnhandledExceptionEventArgs Members.
System.Object
System.EventArgs
System.UnhandledExceptionEventArgs
[Visual Basic] <Serializable> Public Class UnhandledExceptionEventArgs Inherits EventArgs [C#] [Serializable] public class UnhandledExceptionEventArgs : EventArgs [C++] [Serializable] public __gc class UnhandledExceptionEventArgs : public EventArgs [JScript] public Serializable class UnhandledExceptionEventArgs extends EventArgs
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
UnhandledExceptionEventArgs provides access to the exception object and a flag indicating whether the common language runtime is terminating. The UnhandledExceptionEventArgs is one of the parameters passed into UnhandledExceptionEventHandler.
For more information about event handler delegates, see
Namespace: System
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
UnhandledExceptionEventArgs Members | System Namespace | UnhandledExceptionEventHandler |