C# Class ExcepcionesSKD.Modulo12.CompetenciaExistenteException

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

Public Methods

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

Method Details

CompetenciaExistenteException() public method

public CompetenciaExistenteException ( ) : System
return System

CompetenciaExistenteException() public method

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

CompetenciaExistenteException() public method

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

CompetenciaExistenteException() public method

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