C# Class ExcepcionesSKD.Modulo4.DojoExistenteException

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

Méthodes publiques

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

Method Details

DojoExistenteException() public méthode

public DojoExistenteException ( ) : System
Résultat System

DojoExistenteException() public méthode

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

DojoExistenteException() public méthode

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

DojoExistenteException() public méthode

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