Skip to main content

notenoughmodelinfo-class

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

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
NotEnoughModelInfo()voidInitializes a new instance of the Korzh.EasyQuery.NotEnoughModelInfo class.
NotEnoughModelInfo(string message)voidInitializes a new instance of the Korzh.EasyQuery.NotEnoughModelInfo class.
NotEnoughModelInfo(string message, Exception innerException)voidInitializes a new instance of the Korzh.EasyQuery.NotEnoughModelInfo class.