C# Class ExcepcionesSKD.Modulo14.PlanillaRepetidaException

Inheritance: ExceptionSKD
Datei anzeigen Open project: rosmantorres/sakaratedo

Public Methods

Method 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 method

public PlanillaRepetidaException ( ) : System
return System

PlanillaRepetidaException() public method

public PlanillaRepetidaException ( string message ) : System
message string
return System

PlanillaRepetidaException() public method

public PlanillaRepetidaException ( string message, Exception inner ) : System
message string
inner System.Exception
return System

PlanillaRepetidaException() public method

public PlanillaRepetidaException ( string codigo, string message, Exception inner ) : System
codigo string
message string
inner System.Exception
return System