MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​AspectsFlow­Behavior
Open sandboxFocus

FlowBehavior Class

There is no equivalent in Metalama because OnMethodBoundaryAspect is implemented with OverrideMethodAspect as a method template, therefore you have full control on the control flow.

Inheritance
FlowBehavior
Namespace: PostSharp.Aspects
Assembly: Metalama.Migration.dll
Syntax
public sealed class FlowBehavior : Enum

Fields

Name Description
Continue
Default
RethrowException
Return
ThrowException
value__
Yield