C# Class CkanDotNet.Web.Models.DescriptiveHttpException

Inheritance: System.Web.HttpException
Show file Open project: opencolorado/.NET-Wrapper-for-CKAN-API

Public Methods

Method Description
DescriptiveHttpException ( int httpCode, string message, string description ) : System

Method Details

DescriptiveHttpException() public method

public DescriptiveHttpException ( int httpCode, string message, string description ) : System
httpCode int
message string
description string
return System