Class CircuitBreakerOpenException
- Namespace
- LMKit.Agents.Resilience
- Assembly
- LM-Kit.NET.dll
Exception thrown when a circuit breaker is open.
public sealed class CircuitBreakerOpenException : Exception, ISerializable
- Inheritance
-
CircuitBreakerOpenException
- Implements
- Inherited Members
Constructors
- CircuitBreakerOpenException(string, Exception)
Initializes a new instance of the CircuitBreakerOpenException class.
Properties
- TriggeringException
Gets the exception that caused the circuit to open.