C# 클래스 MailKit.ProtocolException

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

보호된 메소드들

메소드 설명
ProtocolException ( ) : System

Initializes a new instance of the MailKit.ProtocolException class.

Creates a new ProtocolException.

ProtocolException ( string message ) : System

Initializes a new instance of the MailKit.ProtocolException class.

Creates a new ProtocolException.

ProtocolException ( string message, Exception innerException ) : System

Initializes a new instance of the MailKit.ProtocolException class.

Creates a new ProtocolException.

비공개 메소드들

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

메소드 상세

ProtocolException() 보호된 메소드

Initializes a new instance of the MailKit.ProtocolException class.
Creates a new ProtocolException.
protected ProtocolException ( ) : System
리턴 System

ProtocolException() 보호된 메소드

Initializes a new instance of the MailKit.ProtocolException class.
Creates a new ProtocolException.
protected ProtocolException ( string message ) : System
message string The error message.
리턴 System

ProtocolException() 보호된 메소드

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