C# 클래스 MailKit.Net.Pop3.Pop3CommandException

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

공개 메소드들

메소드 설명
Pop3CommandException ( ) : System

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.

Creates a new Pop3CommandException.

Pop3CommandException ( string message ) : System

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.

Creates a new Pop3CommandException.

Pop3CommandException ( string message, Exception innerException ) : System

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.

Creates a new Pop3CommandException.

Pop3CommandException ( string message, string statusText ) : System

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.

Creates a new Pop3CommandException.

Pop3CommandException ( string message, string statusText, Exception innerException ) : System

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.

Creates a new Pop3CommandException.

비공개 메소드들

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

메소드 상세

Pop3CommandException() 공개 메소드

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

Pop3CommandException() 공개 메소드

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

Pop3CommandException() 공개 메소드

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

Pop3CommandException() 공개 메소드

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.
Creates a new Pop3CommandException.
/// is null. ///
public Pop3CommandException ( string message, string statusText ) : System
message string The error message.
statusText string The response status text.
리턴 System

Pop3CommandException() 공개 메소드

Initializes a new instance of the MailKit.Net.Pop3.Pop3CommandException class.
Creates a new Pop3CommandException.
/// is null. ///
public Pop3CommandException ( string message, string statusText, Exception innerException ) : System
message string The error message.
statusText string The response status text.
innerException System.Exception An inner exception.
리턴 System