Initializes a new instance of the SmtpException class with the specified SmtpResponse.
Namespace:
Rebex.Net
Assembly:
Rebex.Smtp (in Rebex.Smtp.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ response As SmtpResponse _ ) |
| C# |
|---|
public SmtpException( SmtpResponse response ) |
Parameters
- response
- Type: Rebex.Net..::..SmtpResponse
The SmtpResponse.