Skip to content

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

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.