C# Class Twingly.Gearman.Exceptions.GearmanApiException

Inheritance: GearmanException
Mostrar archivo Open project: twingly/GearmanSharp

Public Methods

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

Protected Methods

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

Method Details

GearmanApiException() public method

public GearmanApiException ( ) : System
return System

GearmanApiException() protected method

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

GearmanApiException() public method

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

GearmanApiException() public method

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