Click or drag to resize
MimeKit

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

Parameters

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