C# Class ExcepcionesSKD.Modulo15.ImplementoSinIDException

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

Méthodes publiques

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

Method Details

ImplementoSinIDException() public méthode

public ImplementoSinIDException ( ) : System
Résultat System

ImplementoSinIDException() public méthode

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

ImplementoSinIDException() public méthode

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

ImplementoSinIDException() public méthode

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