C# Class ExcepcionesSKD.Modulo14.ExceptionTipoPlanilla

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

Méthodes publiques

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

Method Details

ExceptionTipoPlanilla() public méthode

public ExceptionTipoPlanilla ( ) : System
Résultat System

ExceptionTipoPlanilla() public méthode

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

ExceptionTipoPlanilla() public méthode

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

ExceptionTipoPlanilla() public méthode

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