RetryLimitExceededException Constructor
Initializes a new instance of the RetryLimitExceededException class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | 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. |
RetryLimitExceededException Constructor ()
Initializes a new instance of the RetryLimitExceededException class with no error message.
RetryLimitExceededException Constructor (String)
Initializes a new instance of the RetryLimitExceededException class with a specified error message.
Parameters
- message
-
Type:
System.String
The message that describes the error.
RetryLimitExceededException Constructor (String, Exception)
Initializes a new instance of the RetryLimitExceededException class.
Parameters
- message
-
Type:
System.String
The message that describes the error.
- innerException
-
Type:
System.Exception
The exception that is the cause of the current exception.