Class AttemptTimeoutExceededException
- Namespace
- OpenSettings.Exceptions
- Assembly
- OpenSettings.dll
Exception thrown when an attempt exceeds its configured timeout. This is informational only; it does not stop the retry loop.
public class AttemptTimeoutExceededException : Exception, ISerializable
- Inheritance
-
AttemptTimeoutExceededException
- Implements
- Inherited Members
Constructors
AttemptTimeoutExceededException(string, int, TimeSpan)
Initializes a new instance of AttemptTimeoutExceededException.
public AttemptTimeoutExceededException(string operation, int attempt, TimeSpan attemptTimeout)