C# Class EasyNetQ.Hosepipe.EasyNetQHosepipeException

Inheritance: System.Exception
Afficher le fichier Open project: EasyNetQ/EasyNetQ

Méthodes publiques

Méthode Description
EasyNetQHosepipeException ( ) : System
EasyNetQHosepipeException ( string message ) : System
EasyNetQHosepipeException ( string message, Exception inner ) : System

Method Details

EasyNetQHosepipeException() public méthode

public EasyNetQHosepipeException ( ) : System
Résultat System

EasyNetQHosepipeException() public méthode

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

EasyNetQHosepipeException() public méthode

public EasyNetQHosepipeException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System