C# Class Twingly.Gearman.Exceptions.NoServerAvailableException

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

Méthodes publiques

Méthode Description
NoServerAvailableException ( ) : System
NoServerAvailableException ( string message ) : System
NoServerAvailableException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

NoServerAvailableException() public méthode

public NoServerAvailableException ( ) : System
Résultat System

NoServerAvailableException() protected méthode

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

NoServerAvailableException() public méthode

public NoServerAvailableException ( string message ) : System
message string
Résultat System

NoServerAvailableException() public méthode

public NoServerAvailableException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System