C# 클래스 MailKit.Security.SaslException

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

공개 메소드들

메소드 설명
SaslException ( string mechanism, SaslErrorCode code, string message ) : System

Initializes a new instance of the MailKit.Security.SaslException class.

Creates a new SaslException.

보호된 메소드들

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

Initializes a new instance of the MailKit.Security.SaslException class.

Deserializes a SaslException.

비공개 메소드들

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

메소드 상세

SaslException() 보호된 메소드

Initializes a new instance of the MailKit.Security.SaslException class.
Deserializes a SaslException.
protected SaslException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The serialization info.
context System.Runtime.Serialization.StreamingContext The streaming context.
리턴 System

SaslException() 공개 메소드

Initializes a new instance of the MailKit.Security.SaslException class.
Creates a new SaslException.
/// is null. ///
public SaslException ( string mechanism, SaslErrorCode code, string message ) : System
mechanism string The SASL mechanism.
code SaslErrorCode The error code.
message string The error message.
리턴 System