Open sandboxFocus

Class OnMethodExceptionAdvice

Inheritance
OnMethodExceptionAdvice
Namespace: PostSharp.Aspects.Advices
Assembly: Metalama.Migration.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
[Obsolete("In Metalama, implement the 'IAspect<T>.BuildAspect(IAspectBuilder<T>)' method and use <c>builder</c>.'IAspectBuilder.Advice'.'IAdviceFactory.Override(IMethod, in MethodTemplateSelector, object?, object?)'.", false)]
public sealed class OnMethodExceptionAdvice : OnMethodBoundaryAdvice

Constructors

Name Description
OnMethodExceptionAdvice()

Extension Methods

See Also