<PackageReference Include="Polly" Version="5.3.1" />

BrokenCircuitException<TResult>

Exception thrown when a circuit is broken.
public TResult Result { get; }

The result value which was considered a handled fault, by the policy.

public BrokenCircuitException(TResult result)

Initializes a new instance of the BrokenCircuitException<T> class.

public BrokenCircuitException(string message, TResult result)

Initializes a new instance of the BrokenCircuitException<T> class.