C# Class RemObjects.InternetPack.Http.HttpHeaderException

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

Public Methods

Method Description
HttpHeaderException ( ) : System
HttpHeaderException ( String message ) : System
HttpHeaderException ( String message, Exception innerException ) : System

Method Details

HttpHeaderException() public method

public HttpHeaderException ( ) : System
return System

HttpHeaderException() public method

public HttpHeaderException ( String message ) : System
message String
return System

HttpHeaderException() public method

public HttpHeaderException ( String message, Exception innerException ) : System
message String
innerException System.Exception
return System