C# 클래스 MailKit.ServiceNotAuthenticatedException

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

공개 메소드들

메소드 설명
ServiceNotAuthenticatedException ( ) : System

Initializes a new instance of the MailKit.ServiceNotAuthenticatedException class.

Creates a new ServiceNotAuthenticatedException.

ServiceNotAuthenticatedException ( string message ) : System

Initializes a new instance of the MailKit.ServiceNotAuthenticatedException class.

Creates a new ServiceNotAuthenticatedException.

ServiceNotAuthenticatedException ( string message, Exception innerException ) : System

Initializes a new instance of the MailKit.ServiceNotAuthenticatedException class.

Creates a new ServiceNotAuthenticatedException.

비공개 메소드들

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

메소드 상세

ServiceNotAuthenticatedException() 공개 메소드

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

ServiceNotAuthenticatedException() 공개 메소드

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

ServiceNotAuthenticatedException() 공개 메소드

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