C# Class ExcepcionesSKD.Modulo12.CompetenciaExistenteException

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

Méthodes publiques

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

Method Details

CompetenciaExistenteException() public méthode

public CompetenciaExistenteException ( ) : System
Résultat System

CompetenciaExistenteException() public méthode

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

CompetenciaExistenteException() public méthode

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

CompetenciaExistenteException() public méthode

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