Click or drag to resize
MimeKit

FolderNotFoundException(String, String) 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
)

Parameters

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