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