Microsoft.Http.HttpProcessingException.HttpProcessingException C# (CSharp) Method

HttpProcessingException() public method

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

Same methods

HttpProcessingException::HttpProcessingException ( System info, System context ) : System
HttpProcessingException::HttpProcessingException ( string message ) : System
HttpProcessingException::HttpProcessingException ( string message, Exception inner ) : System
HttpProcessingException::HttpProcessingException ( string message, Exception inner, HttpRequestMessage request, HttpResponseMessage response ) : System
HttpProcessingException