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

Represents an exception that occured in a registered job function when processing a Gearman job.
Наследование: GearmanException
Показать файл Открыть проект

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

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

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

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

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

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

public GearmanFunctionInternalException ( GearmanJobInfo jobAssignment ) : System
jobAssignment GearmanJobInfo
Результат System

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

public GearmanFunctionInternalException ( GearmanJobInfo jobAssignment, string message ) : System
jobAssignment GearmanJobInfo
message string
Результат System

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

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

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

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