Click or drag to resize
MimeKit

ProtocolException(String, Exception) Constructor

Initializes a new instance of the ProtocolException class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
protected ProtocolException(
	string message,
	Exception innerException
)

Parameters

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