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
infoSerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
contextStreamingContextThe 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
messagestringThe message that describes the error.