aspNetEmail

EmailException Constructor

Creates an instance of the EmailException class.

Overload List

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

See Also

EmailException Class | aspNetEmail Namespace