C# 클래스 Microsoft.Http.HttpProcessingException

상속: System.SystemException
파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects

공개 메소드들

메소드 설명
HttpProcessingException ( ) : System
HttpProcessingException ( string message ) : System
HttpProcessingException ( string message, Exception inner ) : System
HttpProcessingException ( string message, Exception inner, HttpRequestMessage request, HttpResponseMessage response ) : System

보호된 메소드들

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

메소드 상세

HttpProcessingException() 공개 메소드

public HttpProcessingException ( ) : System
리턴 System

HttpProcessingException() 보호된 메소드

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

HttpProcessingException() 공개 메소드

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

HttpProcessingException() 공개 메소드

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

HttpProcessingException() 공개 메소드

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