C# Class MailKit.Net.Smtp.SmtpProtocolException

Inheritance: System.ProtocolException
Show file Open project: jstedfast/MailKit

Public Methods

Method 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

Method Description
SmtpProtocolException ( SerializationInfo info, StreamingContext context ) : System

Method Details

SmtpProtocolException() public method

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

SmtpProtocolException() public method

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.
return System

SmtpProtocolException() public method

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.
return System