ThreadingUnhandledExceptionSource Enumeration |
Enumeration of components that can raise the UnhandledException event.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public enum ThreadingUnhandledExceptionSource
Member name | Value | Description | |
---|---|---|---|
None | 0 | None. | |
Background | 1 | BackgroundAttribute. | |
Dispatch | 2 | DispatchedAttribute or ActorAttribute. |