Class MaxRetryExceededException
- Namespace
- OpenSettings.Exceptions
- Assembly
- OpenSettings.dll
Exception thrown when the maximum number of retry attempts for an operation is exceeded.
public class MaxRetryExceededException : Exception, ISerializable
- Inheritance
-
MaxRetryExceededException
- Implements
- Inherited Members
Constructors
MaxRetryExceededException(string, int)
Initializes a new instance of MaxRetryExceededException.
public MaxRetryExceededException(string operation, int maxRetryCount)
Parameters
operation
stringThe name or description of the operation that exceeded the retry limit.
maxRetryCount
intThe maximum number of allowed retry attempts.
Properties
MaxRetryCount
Gets the maximum number of retry attempts allowed for the operation.
public int MaxRetryCount { get; }