C# 클래스 MailKit.Net.Smtp.SmtpCommandException

상속: CommandException
파일 보기 프로젝트 열기: jstedfast/MailKit

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SmtpCommandException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

SmtpCommandException() 공개 메소드

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.
리턴 System

SmtpCommandException() 공개 메소드

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.
리턴 System