RetryLimitExceededException Constructors
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.
Overloads
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()
Initializes a new instance of the RetryLimitExceededException class with no error message.
public RetryLimitExceededException ();
Public Sub New ()
Applies to
RetryLimitExceededException(String)
Initializes a new instance of the RetryLimitExceededException class with a specified error message.
public RetryLimitExceededException (string message);
new System.Data.Entity.Infrastructure.RetryLimitExceededException : string -> System.Data.Entity.Infrastructure.RetryLimitExceededException
Public Sub New (message As String)
Parameters
- message
- String
The message that describes the error.
Applies to
RetryLimitExceededException(String, Exception)
Initializes a new instance of the RetryLimitExceededException class.
public RetryLimitExceededException (string message, Exception innerException);
new System.Data.Entity.Infrastructure.RetryLimitExceededException : string * Exception -> System.Data.Entity.Infrastructure.RetryLimitExceededException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The message that describes the error.
- innerException
- Exception
The exception that is the cause of the current exception.
Applies to
Entity Framework