C# Класс Hd.QueryExtensions.InvalidQueryException

InvalidQueryException exception can be thrown when the renderer decides that a query is invalid or incompatible with the target database.
Наследование: System.ApplicationException
Показать файл Открыть проект

Открытые методы

Метод Описание
InvalidQueryException ( string text ) : System

Creates a new InvalidQueryException

Описание методов

InvalidQueryException() публичный Метод

Creates a new InvalidQueryException
public InvalidQueryException ( string text ) : System
text string Text of the exception
Результат System