Click or drag to resize
MimeKit

FolderNotOpenException(String, FolderAccess, String) Constructor

Initializes a new instance of the FolderNotOpenException class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public FolderNotOpenException(
	string folderName,
	FolderAccess access,
	string message
)

Parameters

folderName  String
The folder name.
access  FolderAccess
The minimum folder access required by the operation.
message  String
The error message.
Exceptions
ExceptionCondition
ArgumentNullExceptionfolderName is null.
Remarks
Creates a new FolderNotOpenException.
See Also