RetryLimitExceededException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Exception) |
Initializes a new instance of the RetryLimitExceededException class. |
RetryLimitExceededException(String) |
Initializes a new instance of the RetryLimitExceededException class with a specified error message. |
Applies to
Entity Framework