MBrace.Core


ExceptionDispatchInfo

Namespace: MBrace.Core.Internals

Functions and values

Function or valueDescription
raise(useSeparator edi)
Signature: useSeparator:bool -> edi:ExceptionDispatchInfo -> 'd
Type parameters: 'd

Raise provided exception dispatch info.

raiseWithCurrentStackTrace(...)
Signature: useSeparator:bool -> exn:'exn -> 'a
Type parameters: 'exn, 'a

Immediately raises exception instance, preserving its current stacktrace

Fork me on GitHub