C# Class ExcepcionesSKD.Modulo12.CompetenciaInexistenteException

Inheritance: ExceptionSKD
显示文件 Open project: rosmantorres/sakaratedo

Public Methods

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

Method Details

CompetenciaInexistenteException() public method

public CompetenciaInexistenteException ( ) : System
return System

CompetenciaInexistenteException() public method

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

CompetenciaInexistenteException() public method

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

CompetenciaInexistenteException() public method

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