Table of Contents

Class LinqToDBForEFToolsException

Namespace
LinqToDB.EntityFrameworkCore
Assembly
linq2db.EntityFrameworkCore.dll

Exception class for EF.Core to LINQ To DB integration issues.

public sealed class LinqToDBForEFToolsException : Exception, ISerializable
Inheritance
LinqToDBForEFToolsException
Implements
Inherited Members

Constructors

LinqToDBForEFToolsException()

Creates new instance of exception.

public LinqToDBForEFToolsException()

LinqToDBForEFToolsException(string)

Creates new instance of exception.

public LinqToDBForEFToolsException(string message)

Parameters

message string

Exception message.

LinqToDBForEFToolsException(string, Exception)

Creates new instance of exception when it generated for other exception.

public LinqToDBForEFToolsException(string message, Exception innerException)

Parameters

message string

Exception message.

innerException Exception

Original exception.