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

Inheritance: ExtendedAttributeException
Show file Open project: OpenDataSpace/CmisSync

Public Methods

Method 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.

Protected Methods

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

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

Method Details

RestoreModificationDateException() public method

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

RestoreModificationDateException() protected method

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.
return System

RestoreModificationDateException() public method

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

RestoreModificationDateException() public method

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.
return System