C# Class ExcepcionesSKD.Modulo4.DojoInexistenteException

Inheritance: ExceptionSKD
Show file Open project: rosmantorres/sakaratedo

Public Methods

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

Method Details

DojoInexistenteException() public method

public DojoInexistenteException ( ) : System
return System

DojoInexistenteException() public method

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

DojoInexistenteException() public method

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

DojoInexistenteException() public method

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