| ResultFailureT Method |
TBD
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static Result<T> Failure<T>(
Exception exception
)
static member Failure :
exception : Exception -> Result<'T>
Parameters
- exception
- Type: SystemException
TBD
Type Parameters
- T
- TBD
Return Value
Type:
ResultTTBD
See Also