Click or drag to resize
EmailValidatorException Constructor
Initializes a new instance of the EmailValidatorProException class.

Namespace: NeevSoftware.Components
Assembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public EmailValidatorException(
	string stringMessage
)

Parameters

stringMessage
Type: SystemString
The string to display when the exception is thrown.
See Also