querybuildererror-class
Represents any other error that occurs during the query building
public class Korzh.EasyQuery.QueryBuilderError
: Exception
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
QueryBuilderError() | void | Initializes a new instance of the Korzh.EasyQuery.QueryBuilderError class. |
QueryBuilderError(string message) | void | Initializes a new instance of the Korzh.EasyQuery.QueryBuilderError class. |
QueryBuilderError(string message, Exception innerException) | void | Initializes a new instance of the Korzh.EasyQuery.QueryBuilderError class. |