MailKit Documentation
MailKit Documentation
API Reference
MailKit
FolderNotFoundException Class
FolderNotFoundException Constructor
FolderNotFoundException(String) Constructor
FolderNotFoundException(SerializationInfo, StreamingContext) Constructor
FolderNotFoundException(String, String) Constructor
FolderNotFoundException(String, String, Exception) Constructor
Folder
Not
Found
Exception(String) Constructor
Initializes a new instance of the
FolderNotFoundException
class.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
FolderNotFoundException
(
string
folderName
)
Parameters
folderName
String
The name of the folder.
Exceptions
Exception
Condition
ArgumentNullException
folderName
is
null
.
Remarks
Creates a new
FolderNotFoundException
.
See Also
Reference
FolderNotFoundException Class
FolderNotFoundException Overload
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast