Create a new Try with the supplied code appended to the existing Finally.
Execute "body" using catch/finally logic "catcher"
As apply, but map caught exceptions to Left(ex) and success to Right(x)
As apply, but map caught exceptions to None and success to Some(T)
Create a new Try with the supplied logic appended to the existing Catch logic.
Creates a String representation of this object.
Create a new Try with the supplied body replacing the current body
A container class for Try logic