C# Class ExcepcionesSKD.Modulo15.ExcepcionComando.ExcepcionComandoDojoId

Inheritance: ExceptionSKD
Afficher le fichier Open project: rosmantorres/sakaratedo

Méthodes publiques

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

Method Details

ExcepcionComandoDojoId() public méthode

public ExcepcionComandoDojoId ( ) : System
Résultat System

ExcepcionComandoDojoId() public méthode

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

ExcepcionComandoDojoId() public méthode

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

ExcepcionComandoDojoId() public méthode

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