C# 클래스 Microsoft.Http.HttpStageProcessingException

상속: HttpProcessingException
파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
HttpStageProcessingException ( System info, System context ) : System

메소드 상세

HttpStageProcessingException() 공개 메소드

public HttpStageProcessingException ( ) : System
리턴 System

HttpStageProcessingException() 보호된 메소드

protected HttpStageProcessingException ( System info, System context ) : System
info System
context System
리턴 System

HttpStageProcessingException() 공개 메소드

public HttpStageProcessingException ( string message ) : System
message string
리턴 System

HttpStageProcessingException() 공개 메소드

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

HttpStageProcessingException() 공개 메소드

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
리턴 System