PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingThreading­Unhandled­Exception­Event­ArgsReturn­Value
Open sandboxFocus

ThreadingUnhandledExceptionEventArgs.ReturnValue Property

ReturnValue

Provides the value to return from the method if the exception has been handled. Clients of the UnhandledException event must set this property to the appropriate value if they set the IsHandled property to true.

Declaration
public object ReturnValue { get; set; }
Property Value
Type Description
Object