diff --git a/xml/System/AppDomain.xml b/xml/System/AppDomain.xml index 666077d4772..40325728556 100644 --- a/xml/System/AppDomain.xml +++ b/xml/System/AppDomain.xml @@ -8821,7 +8821,10 @@ The friendly name of the default application domain is the file name of the proc Occurs when an exception is not caught. - For more information about this API, see Supplemental API remarks for UnhandledException. + + Handlers may be invoked multiple times if exceptions are thrown from different threads. + + For more information about this API, see Supplemental API remarks for UnhandledException. event. It defines an event handler, `MyHandler`, that is invoked whenever an unhandled exception is thrown in the default application domain. It then throws two exceptions. The first is handled by a **try/catch** block. The second is unhandled and invokes the `MyHandle` routine before the application terminates.