Class BrokenCircuitException
- Namespace
- Polly.Circuit
Breaker
- Assembly
- Polly.Core.dll
Exception thrown when a circuit is broken.
- Inheritance
-
Broken
Circuit Exception
- Implements
- Derived
- Inherited Members
Constructors
BrokenCircuitException()
Initializes a new instance of the Broken
BrokenCircuitException(string)
Initializes a new instance of the Broken
Parameters
message
stringThe message that describes the error.
BrokenCircuitException(string, Exception)
Initializes a new instance of the Broken