QueryBuilderError class
Represents any other error that occurs during the query building
public class Korzh.EasyQuery.QueryBuilderError : Exception
Package: 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. |