C# Class Hypermedia.Sample.Client.HypermediaSampleClientException

Inheritance: System.Exception
Show file Open project: cosullivan/Hypermedia

Public Methods

Method Description
HypermediaSampleClientException ( string message ) : System

Constructor.

Method Details

HypermediaSampleClientException() public method

Constructor.
public HypermediaSampleClientException ( string message ) : System
message string The exception message.
return System