Table of Contents

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 string

The message that describes the error.

IsolatedCircuitException(string, Exception)

Initializes a new instance of the IsolatedCircuitException class.

public IsolatedCircuitException(string message, Exception innerException)

Parameters

message string

The message that describes the error.

innerException Exception

The inner exception.