IOnMethodBoundaryAspect.OnException Method |
Method executed after the body of methods to which this aspect is applied,
in case that the method resulted with an exception.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.21.0 (6.5.21.0)
C#
void OnException( MethodExecutionArgs args )
Parameters
- args
- Type: PostSharp.Aspects.MethodExecutionArgs
Event arguments specifying which method is being executed and which are its arguments.