C# Class ExcepcionesSKD.Modulo14.ExceptionRegistroPlanilla

Inheritance: ExceptionSKD
ファイルを表示 Open project: rosmantorres/sakaratedo

Public Methods

Method Description
ExceptionRegistroPlanilla ( ) : System
ExceptionRegistroPlanilla ( string message ) : System
ExceptionRegistroPlanilla ( string message, Exception inner ) : System
ExceptionRegistroPlanilla ( string codigo, string message, Exception inner ) : System

Method Details

ExceptionRegistroPlanilla() public method

public ExceptionRegistroPlanilla ( ) : System
return System

ExceptionRegistroPlanilla() public method

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

ExceptionRegistroPlanilla() public method

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

ExceptionRegistroPlanilla() public method

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