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

상속: System.ProtocolException
파일 보기 프로젝트 열기: jstedfast/MailKit

Private Properties

프로퍼티 타입 설명
ImapProtocolException System

공개 메소드들

메소드 설명
ImapProtocolException ( ) : System

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

Creates a new ImapProtocolException.

ImapProtocolException ( string message ) : System

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

Creates a new ImapProtocolException.

ImapProtocolException ( string message, Exception innerException ) : System

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

Creates a new ImapProtocolException.

비공개 메소드들

메소드 설명
ImapProtocolException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

ImapProtocolException() 공개 메소드

Initializes a new instance of the MailKit.Net.Imap.ImapProtocolException class.
Creates a new ImapProtocolException.
public ImapProtocolException ( ) : System
리턴 System

ImapProtocolException() 공개 메소드

Initializes a new instance of the MailKit.Net.Imap.ImapProtocolException class.
Creates a new ImapProtocolException.
public ImapProtocolException ( string message ) : System
message string The error message.
리턴 System

ImapProtocolException() 공개 메소드

Initializes a new instance of the MailKit.Net.Imap.ImapProtocolException class.
Creates a new ImapProtocolException.
public ImapProtocolException ( string message, Exception innerException ) : System
message string The error message.
innerException System.Exception An inner exception.
리턴 System