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. |
RetryLimitExceededException(String) |
Initializes a new instance of the RetryLimitExceededException class with a specified error message. |
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()
Initializes a new instance of the RetryLimitExceededException class.
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 Microsoft.EntityFrameworkCore.Storage.RetryLimitExceededException : string -> Microsoft.EntityFrameworkCore.Storage.RetryLimitExceededException
Public Sub New (message As String)
Parameters
- message
- String
The message that describes the error.
Applies to
RetryLimitExceededException(SerializationInfo, StreamingContext)
Caution
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Initializes a new instance of the DbUpdateException class from a serialized form.
public RetryLimitExceededException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")]
public RetryLimitExceededException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.EntityFrameworkCore.Storage.RetryLimitExceededException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.EntityFrameworkCore.Storage.RetryLimitExceededException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")>]
new Microsoft.EntityFrameworkCore.Storage.RetryLimitExceededException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.EntityFrameworkCore.Storage.RetryLimitExceededException
Public Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
The serialization info.
- context
- StreamingContext
The streaming context being used.
- Attributes
Applies to
RetryLimitExceededException(String, Exception)
Initializes a new instance of the RetryLimitExceededException class.
public RetryLimitExceededException (string message, Exception innerException);
new Microsoft.EntityFrameworkCore.Storage.RetryLimitExceededException : string * Exception -> Microsoft.EntityFrameworkCore.Storage.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