Provides data for the event that is raised when there is an exception that is not handled in any application domain.
See Also: UnhandledExceptionEventArgs Members
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 the AppDomain.UnhandledException event.
For more information about event handler delegates, see [<topic://cpconEventsDelegates>].