Class IsolatedCircuitException
- Namespace
- Polly.CircuitBreaker
- Assembly
- Polly.Core.dll
Exception thrown when a circuit is isolated (held open) by manual override.
public class IsolatedCircuitException : BrokenCircuitException, ISerializable
- Inheritance
-
IsolatedCircuitException
- Implements
- Inherited Members
Constructors
IsolatedCircuitException()
Initializes a new instance of the IsolatedCircuitException class.
public IsolatedCircuitException()
IsolatedCircuitException(string)
Initializes a new instance of the IsolatedCircuitException class.
public IsolatedCircuitException(string message)
Parameters
message
stringThe message that describes the error.
IsolatedCircuitException(string, Exception)
Initializes a new instance of the IsolatedCircuitException class.
public IsolatedCircuitException(string message, Exception innerException)