MailException.MailException

MailException()

Initializes a new instance of the MailException class.

public MailException()

See Also


MailException(string)

Initializes a new instance of the MailException class.

public MailException(string message)
ParameterTypeDescription
messageStringThe message.

See Also


MailException(string, Exception)

public MailException(string message, Exception inner)

See Also