PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingThreading­Unhandled­Exception­Event­ArgsIs­Handled
Open sandboxFocus

ThreadingUnhandledExceptionEventArgs.IsHandled Property

IsHandled

Determines whether the exception has been handled. Clients of the UnhandledException event must set this property to true if they handle the exception. Otherwise, the exception will be rethrown.

Declaration
public bool IsHandled { get; set; }
Property Value
Type Description
Boolean