Method | Description | |
---|---|---|
FolderNotFoundException ( string folderName ) : System |
Initializes a new instance of the MailKit.FolderNotFoundException class. Creates a new FolderNotFoundException. |
|
FolderNotFoundException ( string message, string folderName ) : System |
Initializes a new instance of the MailKit.FolderNotFoundException class. Creates a new FolderNotFoundException. |
|
FolderNotFoundException ( string message, string folderName, |
Initializes a new instance of the MailKit.FolderNotFoundException class. Creates a new FolderNotFoundException. |
Method | Description | |
---|---|---|
FolderNotFoundException ( |
Initializes a new instance of the MailKit.FolderNotFoundException class. Deserializes a FolderNotFoundException. |
Method | Description | |
---|---|---|
GetObjectData ( |
protected FolderNotFoundException ( |
||
info | The serialization info. | |
context | The streaming context. | |
return | System |
public FolderNotFoundException ( string folderName ) : System | ||
folderName | string | The name of the folder. |
return | System |
public FolderNotFoundException ( string message, string folderName ) : System | ||
message | string | The error message. |
folderName | string | The name of the folder. |
return | System |
public FolderNotFoundException ( string message, string folderName, |
||
message | string | The error message. |
folderName | string | The name of the folder. |
innerException | The inner exception. | |
return | System |