newTryFailure

Create a new try< T > value.

Parameters:

No. Type Comments
1 string A string representing the failure

Returns:

try<T> - A try< T > value with a failure.

Usages:

  • newTryFailure( m:string ) : try<T>