aspNetEmail

EmailParseException Constructor

Creates an instance of the EmailParseException class.

Overload List

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);

See Also

EmailParseException Class | aspNetEmail Namespace