C# Class ExcepcionesSKD.Modulo8.RestriccionExistenteException

Inheritance: ExceptionSKD
Afficher le fichier Open project: rosmantorres/sakaratedo

Méthodes publiques

Méthode 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 méthode

public RestriccionExistenteException ( ) : System
Résultat System

RestriccionExistenteException() public méthode

public RestriccionExistenteException ( string message ) : System
message string
Résultat System

RestriccionExistenteException() public méthode

public RestriccionExistenteException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System

RestriccionExistenteException() public méthode

public RestriccionExistenteException ( string codigo, string message, Exception inner ) : System
codigo string
message string
inner System.Exception
Résultat System