MailException Constructor
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
MailException()
Initializes a new instance of MailException.
Declaration
public MailException()
MailException(String)
Initializes a new instance of MailException with the specified message.
Declaration
public MailException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | Message that describes the error. |
MailException(String, Exception)
Initializes a new instance of MailException with the specified message and inner exception.
Declaration
public MailException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
String | message | Message that describes the error. |
Exception | inner | The exception that was the cause of this exception. |