C# 클래스 CmisSync.Lib.Storage.FileSystem.RestoreModificationDateException

상속: ExtendedAttributeException
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
RestoreModificationDateException ( ) : System

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.RestoreModificationDateException class.

RestoreModificationDateException ( string msg ) : System

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.RestoreModificationDateException class.

RestoreModificationDateException ( string message, Exception inner ) : System

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.RestoreModificationDateException class.

보호된 메소드들

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

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.RestoreModificationDateException class.

메소드 상세

RestoreModificationDateException() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.RestoreModificationDateException class.
public RestoreModificationDateException ( ) : System
리턴 System

RestoreModificationDateException() 보호된 메소드

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.RestoreModificationDateException class.
protected RestoreModificationDateException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Serialization info.
context System.Runtime.Serialization.StreamingContext Streaming context.
리턴 System

RestoreModificationDateException() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.RestoreModificationDateException class.
public RestoreModificationDateException ( string msg ) : System
msg string Eception message.
리턴 System

RestoreModificationDateException() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.RestoreModificationDateException class.
public RestoreModificationDateException ( string message, Exception inner ) : System
message string Exception message.
inner System.Exception Inner exception.
리턴 System