Search Results for

    Show / Hide Table of Contents

    Class RetryLimitExceededException

    Inheritance
    System.Object
    LinqToDBException
    RetryLimitExceededException
    Namespace: LinqToDB.Data.RetryPolicy
    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

    Map.DeepCopy<T>(T)
    Sql.IsDistinctFrom<T>(T, T)
    Sql.IsNotDistinctFrom<T>(T, T)
    SqlExtensions.In<T>(T, IEnumerable<T>)
    SqlExtensions.In<T>(T, IQueryable<T>)
    SqlExtensions.In<T>(T, T[])
    SqlExtensions.In<T>(T, T, T)
    SqlExtensions.In<T>(T, T, T, T)
    SqlExtensions.NotIn<T>(T, IEnumerable<T>)
    SqlExtensions.NotIn<T>(T, IQueryable<T>)
    SqlExtensions.NotIn<T>(T, T[])
    SqlExtensions.NotIn<T>(T, T, T)
    SqlExtensions.NotIn<T>(T, T, T, T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2011-2022 linq2db.com

    Generated by DocFX