C# Класс CmisSync.Lib.Storage.FileSystem.ExtendedAttributeException

Наследование: System.IO.IOException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
ExtendedAttributeException ( SerializationInfo info, StreamingContext context ) : System

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

Описание методов

ExtendedAttributeException() публичный Метод

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.ExtendedAttributeException class.
public ExtendedAttributeException ( ) : System
Результат System

ExtendedAttributeException() защищенный Метод

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.
Результат System

ExtendedAttributeException() публичный Метод

Initializes a new instance of the CmisSync.Lib.Storage.FileSystem.ExtendedAttributeException class.
public ExtendedAttributeException ( string msg ) : System
msg string Eception message.
Результат System

ExtendedAttributeException() публичный Метод

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.
Результат System