InvalidSimplePredicateValueException

Thrown when the value for a SimplePredicare is not of a valid type

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

Constructors

InvalidSimplePredicateValueException

Initializes a new instance of InvalidSimplePredicateValueException.

Signature:
public Void InvalidSimplePredicateValueException(invalidObject, src)
Parameters
Name Type Summary
invalidObject Object The object that is invalid.
src String A reference to the code that caused the error.

InvalidSimplePredicateValueException

Initializes a new instance of InvalidSimplePredicateValueException.

Signature:
public Void InvalidSimplePredicateValueException(invalidObject, explanationResource, src)
Parameters
Name Type Summary
invalidObject Object The object that is invalid.
explanationResource String The message of explanation resource ID.
src String A reference to the code that caused the error.

In this document