C# Class Twingly.Gearman.Exceptions.NoServerAvailableException

Inheritance: GearmanException
Mostrar archivo Open project: twingly/GearmanSharp

Public Methods

Method Description
NoServerAvailableException ( ) : System
NoServerAvailableException ( string message ) : System
NoServerAvailableException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

NoServerAvailableException() public method

public NoServerAvailableException ( ) : System
return System

NoServerAvailableException() protected method

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

NoServerAvailableException() public method

public NoServerAvailableException ( string message ) : System
message string
return System

NoServerAvailableException() public method

public NoServerAvailableException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System