Method | Description | |
---|---|---|
FolderNotOpenException ( string folderName, FolderAccess access ) : System |
Initializes a new instance of the MailKit.FolderNotOpenException class. Creates a new FolderNotOpenException. |
|
FolderNotOpenException ( string folderName, FolderAccess access, string message ) : System |
Initializes a new instance of the MailKit.FolderNotOpenException class. Creates a new FolderNotOpenException. |
|
FolderNotOpenException ( string folderName, FolderAccess access, string message, |
Initializes a new instance of the MailKit.FolderNotOpenException class. Creates a new FolderNotOpenException. |
|
GetObjectData ( |
When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception. Serializes the state of the FolderNotOpenException. |
Method | Description | |
---|---|---|
FolderNotOpenException ( |
Initializes a new instance of the MailKit.FolderNotOpenException class. Deserializes a FolderNotOpenException. |
Method | Description | |
---|---|---|
GetDefaultMessage ( FolderAccess access ) : string |
protected FolderNotOpenException ( |
||
info | The serialization info. | |
context | The streaming context. | |
return | System |
public FolderNotOpenException ( string folderName, FolderAccess access ) : System | ||
folderName | string | The folder name. |
access | FolderAccess | The minimum folder access required by the operation. |
return | System |
public FolderNotOpenException ( string folderName, FolderAccess access, string message ) : System | ||
folderName | string | The folder name. |
access | FolderAccess | The minimum folder access required by the operation. |
message | string | The error message. |
return | System |
public FolderNotOpenException ( string folderName, FolderAccess access, string message, |
||
folderName | string | The folder name. |
access | FolderAccess | The minimum folder access required by the operation. |
message | string | The error message. |
innerException | The inner exception. | |
return | System |
public GetObjectData ( |
||
info | The serialization info. | |
context | The streaming context. | |
return | void |