C# Class Twingly.Gearman.Exceptions.GearmanServerException

Inheritance: GearmanException
Afficher le fichier Open project: twingly/GearmanSharp

Méthodes publiques

Méthode Description
GearmanServerException ( string errorCode ) : System
GearmanServerException ( string errorCode, string errorText ) : System
GearmanServerException ( string errorCode, string errorText, Exception innerException ) : System

Méthodes protégées

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

Method Details

GearmanServerException() protected méthode

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

GearmanServerException() public méthode

public GearmanServerException ( string errorCode ) : System
errorCode string
Résultat System

GearmanServerException() public méthode

public GearmanServerException ( string errorCode, string errorText ) : System
errorCode string
errorText string
Résultat System

GearmanServerException() public méthode

public GearmanServerException ( string errorCode, string errorText, Exception innerException ) : System
errorCode string
errorText string
innerException System.Exception
Résultat System