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

BrokenCircuitException<TResult>

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

Gets 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.

public BrokenCircuitException(string message, Exception inner, TResult result)

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