Open sandboxFocus

Event UnhandledException

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> Event raised by the implementation of the , and aspects when an unhandled exception is encountered.