SmtpException constructor

SmtpException(
  1. SmtpClient smtpClient,
  2. SmtpResponse response, {
  3. StackTrace? stackTrace,
})

Creates a new SMTP exception

Implementation

SmtpException(this.smtpClient, this.response, {this.stackTrace});