Table of Contents

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)

Parameters

operation string

The name or description of the operation that timed out.

attempt int

The attempt number that exceeded the timeout.

attemptTimeout TimeSpan

The configured timeout for this attempt.