C# Class Hypermedia.WebApi.HypermediaWebApiException

Inheritance: System.Exception
显示文件 Open project: cosullivan/Hypermedia

Public Methods

Method Description
HypermediaWebApiException ( string format ) : System

Constructor.

Method Details

HypermediaWebApiException() public method

Constructor.
public HypermediaWebApiException ( string format ) : System
format string The message format.
return System