C# Class ExcepcionesSKD.Modulo5.CintaRepetidaException

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

Méthodes publiques

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

Method Details

CintaRepetidaException() public méthode

public CintaRepetidaException ( ) : System
Résultat System

CintaRepetidaException() public méthode

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

CintaRepetidaException() public méthode

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

CintaRepetidaException() public méthode

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