InvalidEmailException

Thrown when an e-mail property does not contains a valid e-mail address.

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

Constructors

InvalidEmailException

Initializes a new instance of InvalidEmailException.

Signature:
public Void InvalidEmailException(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