SmtpException.SmtpException
Contents
[
Hide
]SmtpException(SmtpStatusCode)
Initializes a new instance of the SmtpException
class
public SmtpException(SmtpStatusCode statusCode)
Parameter | Type | Description |
---|---|---|
statusCode | SmtpStatusCode | Smtp status code |
See Also
- enum SmtpStatusCode
- class SmtpException
- namespace Aspose.Email
- assembly Aspose.Email
SmtpException(SmtpStatusCode, string)
Initializes a new instance of the SmtpException
class
public SmtpException(SmtpStatusCode statusCode, string message)
Parameter | Type | Description |
---|---|---|
statusCode | SmtpStatusCode | Smtp status code |
message | String | Error message |
See Also
- enum SmtpStatusCode
- class SmtpException
- namespace Aspose.Email
- assembly Aspose.Email
SmtpException()
Initializes a new instance of the SmtpException
class
public SmtpException()
See Also
- class SmtpException
- namespace Aspose.Email
- assembly Aspose.Email
SmtpException(string)
Initializes a new instance of the SmtpException
class
public SmtpException(string message)
Parameter | Type | Description |
---|---|---|
message | String | Error message |
See Also
- class SmtpException
- namespace Aspose.Email
- assembly Aspose.Email
SmtpException(string, SendMessagesResult)
Initializes a new instance of the SmtpException
class
public SmtpException(string message, SendMessagesResult result)
Parameter | Type | Description |
---|---|---|
message | String | Error message |
result | SendMessagesResult | Operation result |
See Also
- class SendMessagesResult
- class SmtpException
- namespace Aspose.Email
- assembly Aspose.Email
SmtpException(string, Exception)
Initializes a new instance of the SmtpException
class
public SmtpException(string message, Exception innerException)
Parameter | Type | Description |
---|---|---|
message | String | Error message |
innerException | Exception | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |
See Also
- class SmtpException
- namespace Aspose.Email
- assembly Aspose.Email
SmtpException(string, Exception, MailMessage)
Initializes a new instance of the SmtpException
class
public SmtpException(string message, Exception innerException, MailMessage mailMessage)
Parameter | Type | Description |
---|---|---|
message | String | Error message |
innerException | Exception | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |
mailMessage | MailMessage |
See Also
- class MailMessage
- class SmtpException
- namespace Aspose.Email
- assembly Aspose.Email
SmtpException(string, MailMessage)
public SmtpException(string message, MailMessage mailMessage)
See Also
- class MailMessage
- class SmtpException
- namespace Aspose.Email
- assembly Aspose.Email