C# Class EasyNetQ.Hosepipe.EasyNetQHosepipeException

Inheritance: System.Exception
Datei anzeigen Open project: EasyNetQ/EasyNetQ

Public Methods

Method Description
EasyNetQHosepipeException ( ) : System
EasyNetQHosepipeException ( string message ) : System
EasyNetQHosepipeException ( string message, Exception inner ) : System

Method Details

EasyNetQHosepipeException() public method

public EasyNetQHosepipeException ( ) : System
return System

EasyNetQHosepipeException() public method

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

EasyNetQHosepipeException() public method

public EasyNetQHosepipeException ( string message, Exception inner ) : System
message string
inner System.Exception
return System