SmtpException constructor
SmtpException(
- SmtpClient smtpClient,
- SmtpResponse response, {
- StackTrace? stackTrace,
Creates a new SMTP exception
Implementation
SmtpException(this.smtpClient, this.response, {this.stackTrace});