0
kicks
detect if a finally block is executed during exception handling
With disposable action pattern it can be useful to detect if code inside the dispose is called because we exit the using block with or without an exception.