C# Class RemObjects.InternetPack.Http.HttpException

Inheritance: System.Exception
Mostrar archivo Open project: remobjects/internetpack

Public Methods

Method Description
HttpException ( HttpClientResponse response ) : System
HttpException ( String message, HttpClientResponse response ) : System
HttpException ( String message, HttpClientResponse response, Exception innerException ) : System

Method Details

HttpException() public method

public HttpException ( HttpClientResponse response ) : System
response HttpClientResponse
return System

HttpException() public method

public HttpException ( String message, HttpClientResponse response ) : System
message String
response HttpClientResponse
return System

HttpException() public method

public HttpException ( String message, HttpClientResponse response, Exception innerException ) : System
message String
response HttpClientResponse
innerException System.Exception
return System