Class MailException

MailException class

Represents the exception that is thrown when the mail message processing.

public class MailException : Exception

Constructors

NameDescription
MailException()Initializes a new instance of the MailException class.
MailException(string)Initializes a new instance of the MailException class.
MailException(string, Exception)

See Also