Table of Contents

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 SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The 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 string

The message that describes the error.