Represents an exactpion that occurs on query building if the information from the data model is not enought to build a proper SQL
public class Korzh.EasyQuery.NotEnoughModelInfo
: Exception
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
NotEnoughModelInfo() | void |
Initializes a new instance of the Korzh.EasyQuery.NotEnoughModelInfo class. |
NotEnoughModelInfo(string message) |
void |
Initializes a new instance of the Korzh.EasyQuery.NotEnoughModelInfo class. |
NotEnoughModelInfo(string message, Exception innerException) |
void |
Initializes a new instance of the Korzh.EasyQuery.NotEnoughModelInfo class. |