Click or drag to resize
MimeKit

ProtocolException(String) 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
)

Parameters

message  String
The error message.
Remarks
Creates a new ProtocolException.
See Also