C# Class ExcepcionesSKD.Modulo3.FormatoIncorrectoException

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

Méthodes publiques

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

Method Details

FormatoIncorrectoException() public méthode

public FormatoIncorrectoException ( ) : System
Résultat System

FormatoIncorrectoException() public méthode

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

FormatoIncorrectoException() public méthode

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

FormatoIncorrectoException() public méthode

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