C# Class ExcepcionesSKD.Modulo3.EstiloInexistenteException

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

Méthodes publiques

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

Method Details

EstiloInexistenteException() public méthode

public EstiloInexistenteException ( ) : System
Résultat System

EstiloInexistenteException() public méthode

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

EstiloInexistenteException() public méthode

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

EstiloInexistenteException() public méthode

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