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

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

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

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

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

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

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

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

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

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

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