C# Class MailKit.FolderNotFoundException

Inheritance: System.Exception
Datei anzeigen Open project: jstedfast/MailKit

Public Methods

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, Exception innerException ) : System

Initializes a new instance of the MailKit.FolderNotFoundException class.

Creates a new FolderNotFoundException.

Protected Methods

Method Description
FolderNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the MailKit.FolderNotFoundException class.

Deserializes a FolderNotFoundException.

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

FolderNotFoundException() protected method

Initializes a new instance of the MailKit.FolderNotFoundException class.
Deserializes a FolderNotFoundException.
/// is null. ///
protected FolderNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The serialization info.
context System.Runtime.Serialization.StreamingContext The streaming context.
return System

FolderNotFoundException() public method

Initializes a new instance of the MailKit.FolderNotFoundException class.
Creates a new FolderNotFoundException.
/// is null. ///
public FolderNotFoundException ( string folderName ) : System
folderName string The name of the folder.
return System

FolderNotFoundException() public method

Initializes a new instance of the MailKit.FolderNotFoundException class.
Creates a new FolderNotFoundException.
/// is null. ///
public FolderNotFoundException ( string message, string folderName ) : System
message string The error message.
folderName string The name of the folder.
return System

FolderNotFoundException() public method

Initializes a new instance of the MailKit.FolderNotFoundException class.
Creates a new FolderNotFoundException.
/// is null. ///
public FolderNotFoundException ( string message, string folderName, Exception innerException ) : System
message string The error message.
folderName string The name of the folder.
innerException System.Exception The inner exception.
return System