C# Class MailKit.Net.Smtp.SmtpCommandException

Inheritance: CommandException
Show file Open project: jstedfast/MailKit

Public Methods

Method Description
SmtpCommandException ( SmtpErrorCode code, SmtpStatusCode status, MimeKit.MailboxAddress mailbox, string message ) : System

Initializes a new instance of the MailKit.Net.Smtp.SmtpCommandException class.

Creates a new SmtpCommandException.

SmtpCommandException ( SmtpErrorCode code, SmtpStatusCode status, string message ) : System

Initializes a new instance of the MailKit.Net.Smtp.SmtpCommandException class.

Creates a new SmtpCommandException.

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SmtpCommandException ( SerializationInfo info, StreamingContext context ) : System

Method Details

SmtpCommandException() public method

Initializes a new instance of the MailKit.Net.Smtp.SmtpCommandException class.
Creates a new SmtpCommandException.
public SmtpCommandException ( SmtpErrorCode code, SmtpStatusCode status, MimeKit.MailboxAddress mailbox, string message ) : System
code SmtpErrorCode The error code.
status SmtpStatusCode The status code.
mailbox MimeKit.MailboxAddress The rejected mailbox.
message string The error message.
return System

SmtpCommandException() public method

Initializes a new instance of the MailKit.Net.Smtp.SmtpCommandException class.
Creates a new SmtpCommandException.
public SmtpCommandException ( SmtpErrorCode code, SmtpStatusCode status, string message ) : System
code SmtpErrorCode The error code.
status SmtpStatusCode The status code.
message string The error message.
return System