RetryLimitExceededException Class

Definition

The exception that is thrown when the action failed more times than the configured limit.

public class RetryLimitExceededException : Exception
[System.Serializable]
public class RetryLimitExceededException : Exception
type RetryLimitExceededException = class
    inherit Exception
[<System.Serializable>]
type RetryLimitExceededException = class
    inherit Exception
Public Class RetryLimitExceededException
Inherits Exception
Inheritance
RetryLimitExceededException
Attributes

Remarks

See Connection resiliency and database retries for more information and examples.

Constructors

RetryLimitExceededException()

Initializes a new instance of the RetryLimitExceededException class.

RetryLimitExceededException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of the DbUpdateException class from a serialized form.

RetryLimitExceededException(String)

Initializes a new instance of the RetryLimitExceededException class with a specified error message.

RetryLimitExceededException(String, Exception)

Initializes a new instance of the RetryLimitExceededException class.

Applies to