C# Class ExcepcionesSKD.Modulo14.TipoPlanilllaRepetidaException

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

Public Methods

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

Method Details

TipoPlanilllaRepetidaException() public method

public TipoPlanilllaRepetidaException ( ) : System
return System

TipoPlanilllaRepetidaException() public method

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

TipoPlanilllaRepetidaException() public method

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

TipoPlanilllaRepetidaException() public method

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