RetryLimitExceededException Constructor

 

Initializes a new instance of the RetryLimitExceededException class.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodRetryLimitExceededException()

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

System_CAPS_pubmethodRetryLimitExceededException(String)

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

System_CAPS_pubmethodRetryLimitExceededException(String, Exception)

Initializes a new instance of the RetryLimitExceededException class.


RetryLimitExceededException Constructor ()

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

public RetryLimitExceededException()

RetryLimitExceededException Constructor (String)

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

public RetryLimitExceededException(
	string message
)

Parameters

message
Type: System.String

The message that describes the error.


RetryLimitExceededException Constructor (String, Exception)

Initializes a new instance of the RetryLimitExceededException class.

public RetryLimitExceededException(
	string message,
	Exception innerException
)

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.