Click or drag to resize
MimeKit

MessageNotFoundException(String, Exception) Constructor

Initializes a new instance of the MessageNotFoundException class.

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

Parameters

message  String
The error message.
innerException  Exception
The inner exception.
Exceptions
ExceptionCondition
ArgumentNullException
Remarks
Creates a new MessageNotFoundException.
See Also