C# Class Twingly.Gearman.Exceptions.GearmanServerException

Inheritance: GearmanException
Mostrar archivo Open project: twingly/GearmanSharp

Public Methods

Method Description
GearmanServerException ( string errorCode ) : System
GearmanServerException ( string errorCode, string errorText ) : System
GearmanServerException ( string errorCode, string errorText, Exception innerException ) : System

Protected Methods

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

Method Details

GearmanServerException() protected method

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

GearmanServerException() public method

public GearmanServerException ( string errorCode ) : System
errorCode string
return System

GearmanServerException() public method

public GearmanServerException ( string errorCode, string errorText ) : System
errorCode string
errorText string
return System

GearmanServerException() public method

public GearmanServerException ( string errorCode, string errorText, Exception innerException ) : System
errorCode string
errorText string
innerException System.Exception
return System