C# Class MailKit.Net.Smtp.SmtpProtocolException

Inheritance: System.ProtocolException
Afficher le fichier Open project: jstedfast/MailKit

Méthodes publiques

Méthode Description
SmtpProtocolException ( ) : System

Initializes a new instance of the MailKit.Net.Smtp.SmtpProtocolException class.

Creates a new SmtpProtocolException.

SmtpProtocolException ( string message ) : System

Initializes a new instance of the MailKit.Net.Smtp.SmtpProtocolException class.

Creates a new SmtpProtocolException.

SmtpProtocolException ( string message, Exception innerException ) : System

Initializes a new instance of the MailKit.Net.Smtp.SmtpProtocolException class.

Creates a new SmtpProtocolException.

Private Methods

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

Method Details

SmtpProtocolException() public méthode

Initializes a new instance of the MailKit.Net.Smtp.SmtpProtocolException class.
Creates a new SmtpProtocolException.
public SmtpProtocolException ( ) : System
Résultat System

SmtpProtocolException() public méthode

Initializes a new instance of the MailKit.Net.Smtp.SmtpProtocolException class.
Creates a new SmtpProtocolException.
public SmtpProtocolException ( string message ) : System
message string The error message.
Résultat System

SmtpProtocolException() public méthode

Initializes a new instance of the MailKit.Net.Smtp.SmtpProtocolException class.
Creates a new SmtpProtocolException.
public SmtpProtocolException ( string message, Exception innerException ) : System
message string The error message.
innerException System.Exception The inner exception.
Résultat System