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 (in PostSharp.Patterns.Threading.dll) Version: 6.4.11.0 (6.4.11.0)

C#
public static event EventHandler<ThreadingUnhandledExceptionEventArgs> UnhandledException
Value
Type: System.EventHandler<ThreadingUnhandledExceptionEventArgs>