C# Класс Twingly.Gearman.Exceptions.GearmanServerException

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

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

Метод Описание
GearmanServerException ( string errorCode ) : System
GearmanServerException ( string errorCode, string errorText ) : System
GearmanServerException ( string errorCode, string errorText, Exception innerException ) : System

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

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

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

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

protected GearmanServerException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

public GearmanServerException ( string errorCode ) : System
errorCode string
Результат System

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

public GearmanServerException ( string errorCode, string errorText ) : System
errorCode string
errorText string
Результат System

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

public GearmanServerException ( string errorCode, string errorText, Exception innerException ) : System
errorCode string
errorText string
innerException System.Exception
Результат System