C# 클래스 MailKit.FolderNotOpenException

상속: System.InvalidOperationException
파일 보기 프로젝트 열기: jstedfast/MailKit

공개 메소드들

메소드 설명
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, Exception innerException ) : System

Initializes a new instance of the MailKit.FolderNotOpenException class.

Creates a new FolderNotOpenException.

GetObjectData ( SerializationInfo info, StreamingContext context ) : void

When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.

Serializes the state of the FolderNotOpenException.

보호된 메소드들

메소드 설명
FolderNotOpenException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the MailKit.FolderNotOpenException class.

Deserializes a FolderNotOpenException.

비공개 메소드들

메소드 설명
GetDefaultMessage ( FolderAccess access ) : string

메소드 상세

FolderNotOpenException() 보호된 메소드

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

FolderNotOpenException() 공개 메소드

Initializes a new instance of the MailKit.FolderNotOpenException class.
Creates a new FolderNotOpenException.
/// is null. ///
public FolderNotOpenException ( string folderName, FolderAccess access ) : System
folderName string The folder name.
access FolderAccess The minimum folder access required by the operation.
리턴 System

FolderNotOpenException() 공개 메소드

Initializes a new instance of the MailKit.FolderNotOpenException class.
Creates a new FolderNotOpenException.
/// is null. ///
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.
리턴 System

FolderNotOpenException() 공개 메소드

Initializes a new instance of the MailKit.FolderNotOpenException class.
Creates a new FolderNotOpenException.
/// is null. ///
public FolderNotOpenException ( string folderName, FolderAccess access, string message, Exception innerException ) : System
folderName string The folder name.
access FolderAccess The minimum folder access required by the operation.
message string The error message.
innerException System.Exception The inner exception.
리턴 System

GetObjectData() 공개 메소드

When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.
Serializes the state of the FolderNotOpenException.
/// is null. ///
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo The serialization info.
context System.Runtime.Serialization.StreamingContext The streaming context.
리턴 void