C# 클래스 MailKit.Net.Imap.ImapCommandException

상속: CommandException
파일 보기 프로젝트 열기: jstedfast/MailKit 1 사용 예제들

공개 메소드들

메소드 설명
ImapCommandException ( ImapCommandResponse response, string responseText ) : System

Initializes a new instance of the MailKit.Net.Imap.ImapCommandException class.

Creates a new ImapCommandException.

ImapCommandException ( ImapCommandResponse response, string responseText, string message ) : System

Initializes a new instance of the MailKit.Net.Imap.ImapCommandException class.

Creates a new ImapCommandException.

ImapCommandException ( ImapCommandResponse response, string responseText, string message, Exception innerException ) : System

Initializes a new instance of the MailKit.Net.Imap.ImapCommandException class.

Creates a new ImapCommandException.

비공개 메소드들

메소드 설명
Create ( string command, ImapCommand ic ) : ImapCommandException

Create a new ImapCommandException based on the specified command name and ImapCommand state.

Create a new ImapCommandException based on the specified command name and ImapCommand state.

GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ImapCommandException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

ImapCommandException() 공개 메소드

Initializes a new instance of the MailKit.Net.Imap.ImapCommandException class.
Creates a new ImapCommandException.
public ImapCommandException ( ImapCommandResponse response, string responseText ) : System
response ImapCommandResponse The IMAP command response.
responseText string The human-readable response text.
리턴 System

ImapCommandException() 공개 메소드

Initializes a new instance of the MailKit.Net.Imap.ImapCommandException class.
Creates a new ImapCommandException.
public ImapCommandException ( ImapCommandResponse response, string responseText, string message ) : System
response ImapCommandResponse The IMAP command response.
responseText string The human-readable response text.
message string The error message.
리턴 System

ImapCommandException() 공개 메소드

Initializes a new instance of the MailKit.Net.Imap.ImapCommandException class.
Creates a new ImapCommandException.
public ImapCommandException ( ImapCommandResponse response, string responseText, string message, Exception innerException ) : System
response ImapCommandResponse The IMAP command response.
responseText string The human-readable response text.
message string The error message.
innerException System.Exception The inner exception.
리턴 System