ValueOrException<'T>
Namespace: MBrace.Core.Internals
Parent Module: Utils
A struct that can either contain a type or an exception.
Record Fields
Record Field | Description |
exn
Signature: exn
|
|
isValue
Signature: bool
|
|
value
Signature: 'T
|
Instance members
Instance member | Description |
Exception
Signature: exn
|
CompiledName: |
IsException
Signature: bool
|
CompiledName: |
IsValue
Signature: bool
|
CompiledName: |
Value
Signature: 'T
|
CompiledName: |
Static members
Static member | Description |
NewException(exn)
Signature: exn:exn -> ValueOrException<'T>
|
|
NewValue(value)
Signature: value:'T -> ValueOrException<'T>
|