C# Class Microsoft.Http.HttpStageProcessingException

Inheritance: HttpProcessingException
Afficher le fichier Open project: o2platform/O2.Platform.Projects Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
HttpStageProcessingException ( System info, System context ) : System

Method Details

HttpStageProcessingException() public méthode

public HttpStageProcessingException ( ) : System
Résultat System

HttpStageProcessingException() protected méthode

protected HttpStageProcessingException ( System info, System context ) : System
info System
context System
Résultat System

HttpStageProcessingException() public méthode

public HttpStageProcessingException ( string message ) : System
message string
Résultat System

HttpStageProcessingException() public méthode

public HttpStageProcessingException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System

HttpStageProcessingException() public méthode

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
Résultat System