EmailValidatorException Constructor |
Initializes a new instance of the EmailValidatorProException class.
Namespace: NeevSoftware.ComponentsAssembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public EmailValidatorException(
string stringMessage
)
Public Sub New (
stringMessage As String
)
public:
EmailValidatorException(
String^ stringMessage
)
new :
stringMessage : string -> EmailValidatorException
Parameters
- stringMessage
- Type: SystemString
The string to display when the exception is thrown.
See Also