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

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

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

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

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

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

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

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

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

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

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

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

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

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

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