C# Класс Primelabs.Twingly.MogileFsApi.Exceptions.StorageCommunicationException

Наследование: MogileFsBaseException
Показать файл Открыть проект

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

Метод Описание
StorageCommunicationException ( ) : System
StorageCommunicationException ( string message ) : System
StorageCommunicationException ( string message, Exception innerException ) : System

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

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

public StorageCommunicationException ( ) : System
Результат System

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

public StorageCommunicationException ( string message ) : System
message string
Результат System

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

public StorageCommunicationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System