Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Hd
QueryExtensions
InvalidQueryException
C# Class Hd.QueryExtensions.InvalidQueryException
InvalidQueryException exception can be thrown when the renderer decides that a query is invalid or incompatible with the target database.
Inheritance:
System.ApplicationException
ファイルを表示
Open project: TargetProcess/Tp.HelpDesk
Public Methods
Method
Description
InvalidQueryException
(
string
text
) :
System
Creates a new InvalidQueryException
Method Details
InvalidQueryException()
public
method
Creates a new InvalidQueryException
public
InvalidQueryException
(
string
text
) :
System
text
string
Text of the exception
return
System