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 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
- Attributes
Constructors
RetryLimitExceededException() |
Initializes a new instance of the RetryLimitExceededException class with no error message. |
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