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

Inheritance: System.IO.IOException
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode Description
ExtendedAttributeException ( ) : System

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

ExtendedAttributeException ( string msg ) : System

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

ExtendedAttributeException ( string message, Exception inner ) : System

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

Méthodes protégées

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

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

Method Details

ExtendedAttributeException() public méthode

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

ExtendedAttributeException() protected méthode

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.ExtendedAttributeException class.
protected ExtendedAttributeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Serialization info.
context System.Runtime.Serialization.StreamingContext Streaming context.
Résultat System

ExtendedAttributeException() public méthode

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

ExtendedAttributeException() public méthode

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.ExtendedAttributeException class.
public ExtendedAttributeException ( string message, Exception inner ) : System
message string Exception message.
inner System.Exception Inner exception.
Résultat System