Class IsolatedCircuitException
- Namespace
- Polly.CircuitBreaker
- Assembly
- Polly.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(SerializationInfo, StreamingContext)
Initializes a new instance of the IsolatedCircuitException class.
protected IsolatedCircuitException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
context
StreamingContextThe StreamingContext that contains contextual information about the source or destination.
IsolatedCircuitException(string)
Initializes a new instance of the IsolatedCircuitException class.
public IsolatedCircuitException(string message)
Parameters
message
stringThe message that describes the error.