Click or drag to resize
MimeKit

Pop3CommandException(String, String, Exception) 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,
	Exception innerException
)

Parameters

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