C# Class ExcepcionesSKD.Modulo8.RestriccionRepetidaException

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

Méthodes publiques

Méthode Description
RestriccionRepetidaException ( ) : System
RestriccionRepetidaException ( string message ) : System
RestriccionRepetidaException ( string message, Exception inner ) : System
RestriccionRepetidaException ( string codigo, string message, Exception inner ) : System

Method Details

RestriccionRepetidaException() public méthode

public RestriccionRepetidaException ( ) : System
Résultat System

RestriccionRepetidaException() public méthode

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

RestriccionRepetidaException() public méthode

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

RestriccionRepetidaException() public méthode

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