Skip to main content

querybuildererror-class

Represents any other error that occurs during the query building

public class Korzh.EasyQuery.QueryBuilderError
: Exception

Assembly: Korzh.EasyQuery.dll

Constructors

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