C# Class ExcepcionesSKD.Modulo15.ExcepcionComando.ExcepcionComandoImplementoXId

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

Méthodes publiques

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

Method Details

ExcepcionComandoImplementoXId() public méthode

public ExcepcionComandoImplementoXId ( ) : System
Résultat System

ExcepcionComandoImplementoXId() public méthode

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

ExcepcionComandoImplementoXId() public méthode

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

ExcepcionComandoImplementoXId() public méthode

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