PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingThreading­ServicesUnhandled­Exception
Open sandboxFocus

ThreadingServices.UnhandledException Event

Event raised by the implementation of the ActorAttribute, DispatchedAttribute and BackgroundAttribute aspects when an unhandled exception is encountered.

Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading.dll
Syntax
public static event EventHandler<ThreadingUnhandledExceptionEventArgs> UnhandledException
Returns
Type Description
EventHandler<ThreadingUnhandledExceptionEventArgs>