C# Class ExcepcionesSKD.Modulo14.ExceptionDatoPlanilla

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

Méthodes publiques

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

Method Details

ExceptionDatoPlanilla() public méthode

public ExceptionDatoPlanilla ( ) : System
Résultat System

ExceptionDatoPlanilla() public méthode

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

ExceptionDatoPlanilla() public méthode

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

ExceptionDatoPlanilla() public méthode

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