C# 클래스 ExcepcionesSKD.Modulo16.ErrorEnHTTPException

상속: ExceptionSKD
파일 보기 프로젝트 열기: rosmantorres/sakaratedo

공개 메소드들

메소드 설명
ErrorEnHTTPException ( ) : System
ErrorEnHTTPException ( String mensaje ) : System
ErrorEnHTTPException ( String mensaje, Exception e ) : System
ErrorEnHTTPException ( String codigo, String mensaje, Exception e ) : System

메소드 상세

ErrorEnHTTPException() 공개 메소드

public ErrorEnHTTPException ( ) : System
리턴 System

ErrorEnHTTPException() 공개 메소드

public ErrorEnHTTPException ( String mensaje ) : System
mensaje String
리턴 System

ErrorEnHTTPException() 공개 메소드

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

ErrorEnHTTPException() 공개 메소드

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