Click or drag to resize
MimeKit

ImapCommandException(ImapCommandResponse, String, String, Exception) Constructor

Initializes a new instance of the ImapCommandException class.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public ImapCommandException(
	ImapCommandResponse response,
	string responseText,
	string message,
	Exception innerException
)

Parameters

response  ImapCommandResponse
The IMAP command response.
responseText  String
The human-readable response text.
message  String
The error message.
innerException  Exception
The inner exception.
Remarks
Creates a new ImapCommandException.
See Also