InvalidCharactersException

hrown when invalid characters has been detected for a text property.

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

Constructors

InvalidCharactersException

Initializes a new instance of InvalidCharactersException.

Signature:
public Void InvalidCharactersException(property, invalidContentMessage, src)
Parameters
Name Type Summary
property String Name of the validated property.
invalidContentMessage String A message to set into the exception (optional).
src String Source code reference.

In this document