Search Results for

    Show / Hide Table of Contents

    Class LinqToDBConvertException

    Defines the base class for the namespace exceptions.

    Inheritance
    System.Object
    LinqToDBException
    LinqToDBConvertException
    Namespace: LinqToDB.Common
    Assembly: linq2db.dll
    Syntax
    public class LinqToDBConvertException : LinqToDBException
    Remarks

    This class is the base class for exceptions that may occur during execution of the namespace members.

    Constructors

    | Improve this Doc View Source

    LinqToDBConvertException()

    Initializes a new instance of the LinqToDBConvertException class.

    Declaration
    public LinqToDBConvertException()
    Remarks

    This constructor initializes the property of the new instance such as "A Build Type exception has occurred."

    | Improve this Doc View Source

    LinqToDBConvertException(Exception)

    Initializes a new instance of the LinqToDBConvertException class with the specified InnerException property.

    Declaration
    public LinqToDBConvertException(Exception innerException)
    Parameters
    Type Name Description
    Exception innerException

    The InnerException, if any, that threw the current exception.

    | Improve this Doc View Source

    LinqToDBConvertException(SerializationInfo, StreamingContext)

    Initializes a new instance of the LinqToDBConvertException class with serialized data.

    Declaration
    protected LinqToDBConvertException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    The object that holds the serialized object data.

    StreamingContext context

    The contextual information about the source or destination.

    Remarks

    This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.

    | Improve this Doc View Source

    LinqToDBConvertException(String)

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

    Declaration
    public LinqToDBConvertException(string message)
    Parameters
    Type Name Description
    System.String message

    The message to display to the client when the exception is thrown.

    | Improve this Doc View Source

    LinqToDBConvertException(String, Exception)

    Initializes a new instance of the LinqToDBConvertException class with the specified error message and InnerException property.

    Declaration
    public LinqToDBConvertException(string message, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    The message to display to the client when the exception is thrown.

    Exception innerException

    The InnerException, if any, that threw the current exception.

    Properties

    | Improve this Doc View Source

    ColumnName

    Gets name of misconfigured column, which caused exception.

    Declaration
    public string? ColumnName { get; }
    Property Value
    Type Description
    System.Nullable<System.String>

    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