C# Class ExcepcionesSKD.Modulo14.PlanillaRepetidaException

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

Méthodes publiques

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

Method Details

PlanillaRepetidaException() public méthode

public PlanillaRepetidaException ( ) : System
Résultat System

PlanillaRepetidaException() public méthode

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

PlanillaRepetidaException() public méthode

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

PlanillaRepetidaException() public méthode

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