C# Class ExcepcionesSKD.Modulo8.RestriccionExistenteException

Inheritance: ExceptionSKD
Show file Open project: rosmantorres/sakaratedo

Public Methods

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

Method Details

RestriccionExistenteException() public method

public RestriccionExistenteException ( ) : System
return System

RestriccionExistenteException() public method

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

RestriccionExistenteException() public method

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

RestriccionExistenteException() public method

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