Click or drag to resize
MimeKit

SmtpProtocolException(String, Exception) Constructor

Initializes a new instance of the SmtpProtocolException class.

Namespace: MailKit.Net.Smtp
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public SmtpProtocolException(
	string message,
	Exception innerException
)

Parameters

message  String
The error message.
innerException  Exception
The inner exception.
Remarks
Creates a new SmtpProtocolException.
See Also