RetryLimitExceededException Class

Definition

The exception that is thrown when the action failed again after being retried the configured number of times.

[System.Serializable]
public sealed class RetryLimitExceededException : System.Data.Entity.Core.EntityException
type RetryLimitExceededException = class
    inherit EntityException
Public NotInheritable Class RetryLimitExceededException
Inherits EntityException
Inheritance
RetryLimitExceededException
Attributes

Constructors

RetryLimitExceededException()

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

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