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

Inheritance: System.IO.IOException
Show file Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

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

Protected Methods

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

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

Method Details

ExtendedAttributeException() public method

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

ExtendedAttributeException() protected method

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

ExtendedAttributeException() public method

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

ExtendedAttributeException() public method

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