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
Mostrar archivo 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