C# Class Rabbitr.Exceptions.HandlerException

Inheritance: Exception
Afficher le fichier Open project: urbanmassage/rabbitr.net

Méthodes publiques

Méthode Description
HandlerException ( ) : System
HandlerException ( string message ) : System
HandlerException ( string message, Exception innerException ) : System

Method Details

HandlerException() public méthode

public HandlerException ( ) : System
Résultat System

HandlerException() public méthode

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

HandlerException() public méthode

public HandlerException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System