C# Class ExcepcionesSKD.Modulo14.ExceptionDatoPlanilla

Inheritance: ExceptionSKD
Datei anzeigen Open project: rosmantorres/sakaratedo

Public Methods

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

public ExceptionDatoPlanilla ( ) : System
return System

ExceptionDatoPlanilla() public method

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

ExceptionDatoPlanilla() public method

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

ExceptionDatoPlanilla() public method

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