Click or drag to resize
MimeKit

Pop3CommandException(String, String) Constructor

Initializes a new instance of the Pop3CommandException class.

Namespace: MailKit.Net.Pop3
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public Pop3CommandException(
	string message,
	string statusText
)

Parameters

message  String
The error message.
statusText  String
The response status text.
Exceptions
ExceptionCondition
ArgumentNullExceptionstatusText is null.
Remarks
Creates a new Pop3CommandException.
See Also