C# Class GoCommando.Exceptions.CommandoException

Inheritance: System.ApplicationException
Afficher le fichier Open project: rebus-org/GoCommando

Méthodes publiques

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

Method Details

CommandoException() public méthode

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

CommandoException() public méthode

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