C# Class Twingly.Gearman.Exceptions.GearmanFunctionInternalException

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

Public Methods

Method Description
GearmanFunctionInternalException ( GearmanJobInfo jobAssignment ) : System
GearmanFunctionInternalException ( GearmanJobInfo jobAssignment, string message ) : System
GearmanFunctionInternalException ( GearmanJobInfo jobAssignment, string message, Exception innerException ) : System

Protected Methods

Method Description
GearmanFunctionInternalException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GearmanFunctionInternalException() public method

public GearmanFunctionInternalException ( GearmanJobInfo jobAssignment ) : System
jobAssignment GearmanJobInfo
return System

GearmanFunctionInternalException() public method

public GearmanFunctionInternalException ( GearmanJobInfo jobAssignment, string message ) : System
jobAssignment GearmanJobInfo
message string
return System

GearmanFunctionInternalException() public method

public GearmanFunctionInternalException ( GearmanJobInfo jobAssignment, string message, Exception innerException ) : System
jobAssignment GearmanJobInfo
message string
innerException System.Exception
return System

GearmanFunctionInternalException() protected method

protected GearmanFunctionInternalException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System