Table of Contents

Property ThrowOnFault

Namespace
Icicle
Assembly
Icicle.dll

ThrowOnFault

Flag indicates the Run(RunOptions?, CancellationToken) should re-throw any faults; if false it will not throw, instead leaving the exception checking to the user via the returned handlers; default is true

public bool ThrowOnFault { get; init; }

Property Value

bool