Call the specified function with zero or more individual arguments, the call will be wrapped in a try / catch
block and the result returned wrapped in an ISafeReturn instance. If the function call throws an
exception the error property will contain the exception otherwise the value
property will contain the value returned from the function.
Call the specified function with zero or more individual arguments, the call will be wrapped in a try / catch block and the result returned wrapped in an ISafeReturn instance. If the function call throws an exception the error property will contain the exception otherwise the value property will contain the value returned from the function.