Click or drag to resize
MimeKit

FolderNotFoundException(String, String, Exception) Constructor

Initializes a new instance of the FolderNotFoundException class.

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

Parameters

message  String
The error message.
folderName  String
The name of the folder.
innerException  Exception
The inner exception.
Exceptions
ExceptionCondition
ArgumentNullExceptionfolderName is null.
Remarks
Creates a new FolderNotFoundException.
See Also