Class RetryLimitExceededException
Inheritance
System.Object
RetryLimitExceededException
Assembly: linq2db.dll
Syntax
public class RetryLimitExceededException : LinqToDBException
Constructors
|
Improve this Doc
View Source
RetryLimitExceededException()
Declaration
public RetryLimitExceededException()
|
Improve this Doc
View Source
RetryLimitExceededException(Exception)
Declaration
public RetryLimitExceededException(Exception innerException)
Parameters
Type |
Name |
Description |
Exception |
innerException |
|
|
Improve this Doc
View Source
RetryLimitExceededException(SerializationInfo, StreamingContext)
Declaration
protected RetryLimitExceededException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
Extension Methods