Class TimeoutRejectedException
- Namespace
- LMKit.Agents.Resilience
- Assembly
- LM-Kit.NET.dll
Exception thrown when an operation is rejected due to timeout.
public sealed class TimeoutRejectedException : Exception, ISerializable
- Inheritance
-
TimeoutRejectedException
- Implements
- Inherited Members
Constructors
- TimeoutRejectedException(string, TimeSpan)
Initializes a new instance of the TimeoutRejectedException class.
Properties
- Timeout
Gets the timeout duration that was exceeded.