October 2017
Intermediate to advanced
396 pages
10h 2m
English
Let's see the following figure for AfterAdvice. This advice executes after the Target method is terminated normally or abnormally. It doesn't matter that Target method throws any exception or executes without any exception:

As you can see in figure, the after advice is executed after the target method terminates by throwing any exception or normally.
Read now
Unlock full access