C# Class ExcepcionesSKD.Modulo16.ErrorEnHTTPException

Inheritance: ExceptionSKD
Datei anzeigen Open project: rosmantorres/sakaratedo

Public Methods

Method 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 method

public ErrorEnHTTPException ( ) : System
return System

ErrorEnHTTPException() public method

public ErrorEnHTTPException ( String mensaje ) : System
mensaje String
return System

ErrorEnHTTPException() public method

public ErrorEnHTTPException ( String mensaje, Exception e ) : System
mensaje String
e System.Exception
return System

ErrorEnHTTPException() public method

public ErrorEnHTTPException ( String codigo, String mensaje, Exception e ) : System
codigo String
mensaje String
e System.Exception
return System