Table of Contents

Class LinqToDBConvertException

Namespace
LinqToDB.Common
Assembly
linq2db.dll

Defines the base class for the namespace exceptions.

public class LinqToDBConvertException : LinqToDBException, ISerializable
Inheritance
LinqToDBConvertException
Implements
Inherited Members
Extension Methods

Remarks

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

Constructors

LinqToDBConvertException(string)

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

public LinqToDBConvertException(string message)

Parameters

message string

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

See Also

LinqToDBConvertException(string, Exception)

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

public LinqToDBConvertException(string message, Exception innerException)

Parameters

message string

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

innerException Exception

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

See Also

Properties

ColumnName

Gets name of misconfigured column, which caused exception.

public string? ColumnName { get; }

Property Value

string