C# Class ExcepcionesSKD.Modulo4.DojoInexistenteException

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

Méthodes publiques

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

Method Details

DojoInexistenteException() public méthode

public DojoInexistenteException ( ) : System
Résultat System

DojoInexistenteException() public méthode

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

DojoInexistenteException() public méthode

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

DojoInexistenteException() public méthode

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