Mono Class Library: System.AppDomain Overview | MembersSystem.AppDomain.UnhandledException Event |
Raised when an exception is not caught by the default application domain. [Edit]
|
Note: This event is handled by a UnhandledExceptionEventHandler delegate. Information about the event is passed to the delegate in a UnhandledExceptionEventArgs instance. The delegate provides default handling for uncaught exceptions. When this event is not handled, the system default handler reports the exception to the user and might terminate the application. For additional information, see UnhandledExceptionEventArgs.IsTerminating.This event is raised only for the application domain that is created by the system when an application is started. If an application creates additional application domains, specifying a delegate for this event in those applications domains has no effect.
Note: For additional information about events, see Partitions I and II of the CLI Specification.[Edit]
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0