C# Class RemObjects.InternetPack.Http.HttpRequestInvalidException

Inheritance: System.Exception
Show file Open project: remobjects/internetpack

Public Methods

Method Description
HttpRequestInvalidException ( HttpStatusCode errorCode, String errorMessage ) : System
HttpRequestInvalidException ( HttpStatusCode errorCode, String errorMessage, Exception innerException ) : System

Private Methods

Method Description
HttpRequestInvalidException ( Int32 errorCode, String errorMessage ) : System
HttpRequestInvalidException ( Int32 errorCode, String errorMessage, Exception innerException ) : System

Method Details

HttpRequestInvalidException() public method

public HttpRequestInvalidException ( HttpStatusCode errorCode, String errorMessage ) : System
errorCode HttpStatusCode
errorMessage String
return System

HttpRequestInvalidException() public method

public HttpRequestInvalidException ( HttpStatusCode errorCode, String errorMessage, Exception innerException ) : System
errorCode HttpStatusCode
errorMessage String
innerException System.Exception
return System