C# Class MailKit.Security.SaslException

Inheritance: MailKit.Security.AuthenticationException
Afficher le fichier Open project: jstedfast/MailKit

Méthodes publiques

Méthode Description
SaslException ( string mechanism, SaslErrorCode code, string message ) : System

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

Creates a new SaslException.

Méthodes protégées

Méthode Description
SaslException ( SerializationInfo info, StreamingContext context ) : System

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

Deserializes a SaslException.

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

SaslException() protected méthode

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.
Résultat System

SaslException() public méthode

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.
Résultat System