Table of Contents

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 string

The name or description of the operation that exceeded the retry limit.

maxRetryCount int

The maximum number of allowed retry attempts.

Properties

MaxRetryCount

Gets the maximum number of retry attempts allowed for the operation.

public int MaxRetryCount { get; }

Property Value

int