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
Afficher le fichier Open project: TargetProcess/Tp.HelpDesk

Méthodes publiques

Méthode Description
InvalidQueryException ( string text ) : System

Creates a new InvalidQueryException

Method Details

InvalidQueryException() public méthode

Creates a new InvalidQueryException
public InvalidQueryException ( string text ) : System
text string Text of the exception
Résultat System