SmtpException Constructor
Initializes a new instance of the SmtpException class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | SmtpException() | Initializes a new instance of the SmtpException class. |
![]() | SmtpException(SerializationInfo^, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SmtpException class from the specified instances of the SerializationInfo and StreamingContext classes. |
![]() | SmtpException(SmtpStatusCode) | Initializes a new instance of the SmtpException class with the specified status code. |
![]() | SmtpException(SmtpStatusCode, String^) | Initializes a new instance of the SmtpException class with the specified status code and error message. |
![]() | SmtpException(String^) | Initializes a new instance of the SmtpException class with the specified error message. |
![]() | SmtpException(String^, Exception^) | Initializes a new instance of the SmtpException class with the specified error message and inner exception. |

