C# Class ExcepcionesSKD.Modulo16.ErrorEnHTTPException

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

Méthodes publiques

Méthode Description
ErrorEnHTTPException ( ) : System
ErrorEnHTTPException ( String mensaje ) : System
ErrorEnHTTPException ( String mensaje, Exception e ) : System
ErrorEnHTTPException ( String codigo, String mensaje, Exception e ) : System

Method Details

ErrorEnHTTPException() public méthode

public ErrorEnHTTPException ( ) : System
Résultat System

ErrorEnHTTPException() public méthode

public ErrorEnHTTPException ( String mensaje ) : System
mensaje String
Résultat System

ErrorEnHTTPException() public méthode

public ErrorEnHTTPException ( String mensaje, Exception e ) : System
mensaje String
e System.Exception
Résultat System

ErrorEnHTTPException() public méthode

public ErrorEnHTTPException ( String codigo, String mensaje, Exception e ) : System
codigo String
mensaje String
e System.Exception
Résultat System