C# Class Microsoft.Http.HttpStageProcessingException

Inheritance: HttpProcessingException
Mostrar archivo Open project: o2platform/O2.Platform.Projects Class Usage Examples

Public Methods

Method Description
HttpStageProcessingException ( ) : System
HttpStageProcessingException ( string message ) : System
HttpStageProcessingException ( string message, Exception inner ) : System
HttpStageProcessingException ( string message, Exception inner, Microsoft.Http.HttpStage stage, HttpRequestMessage request, HttpResponseMessage response ) : System

Protected Methods

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

Method Details

HttpStageProcessingException() public method

public HttpStageProcessingException ( ) : System
return System

HttpStageProcessingException() protected method

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

HttpStageProcessingException() public method

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

HttpStageProcessingException() public method

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

HttpStageProcessingException() public method

public HttpStageProcessingException ( string message, Exception inner, Microsoft.Http.HttpStage stage, HttpRequestMessage request, HttpResponseMessage response ) : System
message string
inner System.Exception
stage Microsoft.Http.HttpStage
request HttpRequestMessage
response HttpResponseMessage
return System