XRay


ExceptionDispatchInfo

Namespace: XRay
Attributes:
[<RequireQualifiedAccess>]
[<CompilationRepresentation(4)>]

Operations on ExceptionDispatchInfo.

Functions and values

Function or valueDescription
captureThrow(ex)
Signature: ex:exn -> '?8220
Type parameters: '?8220

Captures and re-throws an exception using ExceptionDispatchInfo.

throw(edi)
Signature: edi:ExceptionDispatchInfo -> '?8218
Type parameters: '?8218

Throws the captured exception using ExceptionDispatchInfo.Throw.

Fork me on GitHub