PostSharp//API Reference/Post­Sharp.​Aspects/Flow­Behavior/Default
Open sandboxFocus

Field Default

Default flow behavior for the current method. The default flow is Continue for all advices except for OnException(MethodExecutionArgs) where it is RethrowException.

Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public const FlowBehavior Default
Returns
Type Description
FlowBehavior