C# Class ExcepcionesSKD.Modulo12.CompetenciaInexistenteException

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

Méthodes publiques

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

Method Details

CompetenciaInexistenteException() public méthode

public CompetenciaInexistenteException ( ) : System
Résultat System

CompetenciaInexistenteException() public méthode

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

CompetenciaInexistenteException() public méthode

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

CompetenciaInexistenteException() public méthode

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