C# Class ExcepcionesSKD.Modulo4.DojoExistenteException

Inheritance: ExceptionSKD
Show file Open project: rosmantorres/sakaratedo

Public Methods

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

Method Details

DojoExistenteException() public method

public DojoExistenteException ( ) : System
return System

DojoExistenteException() public method

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

DojoExistenteException() public method

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

DojoExistenteException() public method

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