QueryBuilderError class
Represents any other error that occurs during the query building
public class Korzh.EasyQuery.QueryBuilderError : ExceptionPackage: Korzh.EasyQuery (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.dll
Constructors
Section titled “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. |