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.
Namespace: PostSharp.Aspects
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("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.", false)]
public enum FlowBehavior
Fields
Name | Description |
---|---|
Continue | |
Default | |
RethrowException | |
Return | |
ThrowException | |
Yield |