Implement this method to perform extra treatments before and after the call to the supplied invocation.
The result of the call to the Proceed method of the supplied invocation; this return value may well have been intercepted by the interceptor.
Polite implementations would certainly like to invoke Proceed.
| Exception Type | Condition |
|---|---|
| Exception | If any of the interceptors in the chain or the target object itself throws an exception. |
IMethodInterceptor Interface | AopAlliance.Intercept Namespace