ErrorBarrier
Description
The ErrorBarrier is a helper class that executes the specified method and catches all thrown exceptions, wrapping them in an TinmanError object.
Public / Methods
Run
Invokes the given delegate method, catches any thrown exception and returns an TinmanError object that describes the thrown exception.