C# Class Microsoft.Http.HttpProcessingException

Inheritance: System.SystemException
Show file Open project: o2platform/O2.Platform.Projects

Public Methods

Method Description
HttpProcessingException ( ) : System
HttpProcessingException ( string message ) : System
HttpProcessingException ( string message, Exception inner ) : System
HttpProcessingException ( string message, Exception inner, HttpRequestMessage request, HttpResponseMessage response ) : System

Protected Methods

Method Description
HttpProcessingException ( System info, System context ) : System

Method Details

HttpProcessingException() public method

public HttpProcessingException ( ) : System
return System

HttpProcessingException() protected method

protected HttpProcessingException ( System info, System context ) : System
info System
context System
return System

HttpProcessingException() public method

public HttpProcessingException ( string message ) : System
message string
return System

HttpProcessingException() public method

public HttpProcessingException ( string message, Exception inner ) : System
message string
inner System.Exception
return System

HttpProcessingException() public method

public HttpProcessingException ( string message, Exception inner, HttpRequestMessage request, HttpResponseMessage response ) : System
message string
inner System.Exception
request HttpRequestMessage
response HttpResponseMessage
return System