C# 클래스 MailKit.ServiceNotConnectedException

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

공개 메소드들

메소드 설명
ServiceNotConnectedException ( ) : System

Initializes a new instance of the MailKit.ServiceNotConnectedException class.

Creates a new ServiceNotConnectedException.

ServiceNotConnectedException ( string message ) : System

Initializes a new instance of the MailKit.ServiceNotConnectedException class.

Creates a new ServiceNotConnectedException.

ServiceNotConnectedException ( string message, Exception innerException ) : System

Initializes a new instance of the MailKit.ServiceNotConnectedException class.

Creates a new ServiceNotConnectedException.

비공개 메소드들

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

메소드 상세

ServiceNotConnectedException() 공개 메소드

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

ServiceNotConnectedException() 공개 메소드

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

ServiceNotConnectedException() 공개 메소드

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