C# Class CmisSync.Lib.Storage.FileSystem.RestoreModificationDateException

Inheritance: ExtendedAttributeException
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
RestoreModificationDateException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

RestoreModificationDateException() public méthode

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.RestoreModificationDateException class.
public RestoreModificationDateException ( ) : System
Résultat System

RestoreModificationDateException() protected méthode

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.
Résultat System

RestoreModificationDateException() public méthode

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

RestoreModificationDateException() public méthode

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.
Résultat System