C# Class Twingly.Gearman.Exceptions.GearmanException

Inheritance: System.Exception
Mostrar archivo Open project: twingly/GearmanSharp

Public Methods

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

Protected Methods

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

Method Details

GearmanException() public method

public GearmanException ( ) : System
return System

GearmanException() protected method

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

GearmanException() public method

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

GearmanException() public method

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