C# Class ExcepcionesSKD.Modulo14.TipoPlanilllaRepetidaException

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

Méthodes publiques

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

Method Details

TipoPlanilllaRepetidaException() public méthode

public TipoPlanilllaRepetidaException ( ) : System
Résultat System

TipoPlanilllaRepetidaException() public méthode

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

TipoPlanilllaRepetidaException() public méthode

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

TipoPlanilllaRepetidaException() public méthode

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