C# Class Twingly.Gearman.Exceptions.GearmanFunctionInternalException

Represents an exception that occured in a registered job function when processing a Gearman job.
Inheritance: GearmanException
Afficher le fichier Open project: twingly/GearmanSharp

Méthodes publiques

Méthode Description
GearmanFunctionInternalException ( GearmanJobInfo jobAssignment ) : System
GearmanFunctionInternalException ( GearmanJobInfo jobAssignment, string message ) : System
GearmanFunctionInternalException ( GearmanJobInfo jobAssignment, string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
GearmanFunctionInternalException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GearmanFunctionInternalException() public méthode

public GearmanFunctionInternalException ( GearmanJobInfo jobAssignment ) : System
jobAssignment GearmanJobInfo
Résultat System

GearmanFunctionInternalException() public méthode

public GearmanFunctionInternalException ( GearmanJobInfo jobAssignment, string message ) : System
jobAssignment GearmanJobInfo
message string
Résultat System

GearmanFunctionInternalException() public méthode

public GearmanFunctionInternalException ( GearmanJobInfo jobAssignment, string message, Exception innerException ) : System
jobAssignment GearmanJobInfo
message string
innerException System.Exception
Résultat System

GearmanFunctionInternalException() protected méthode

protected GearmanFunctionInternalException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System