QueryBuilderException

Generic query building exception

Namespace:
Inetdev.Data
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.FrameworkException

Constructors

QueryBuilderException

Creates a new instance of QueryBuilderException and initializes it.

Signature:
public Void QueryBuilderException(src)
Parameters
Name Type Summary
src String A reference to the source code that caused the error.

QueryBuilderException

Creates a new instance of QueryBuilderException and initializes it.

Signature:
public Void QueryBuilderException(msg, src)
Parameters
Name Type Summary
msg String A message for the error.
src String A reference to the source code that caused the error.

Methods

ToString

Generates a textual representation of the exception.

Signature:
public String ToString()

In this document