Creates an instance of the EmailException class.
Creates an instance of the EmailException class.
public EmailException();
Exception raised for any internal exceptions that can be trapped, but should be passed on to the calling application.
public EmailException(SerializationInfo,StreamingContext);
Exception raised for any internal exceptions that can be trapped, but should be passed on to the calling application.
public EmailException(string);
Creates an instance of the EmailException
public EmailException(string,Exception);