C# Class Resta.UriTemplates.UriTemplateException

Inheritance: Exception
Exibir arquivo Open project: a7b0/uri-templates

Public Methods

Method Description
UriTemplateException ( string message ) : System
UriTemplateException ( string message, Exception innerException ) : System

Method Details

UriTemplateException() public method

public UriTemplateException ( string message ) : System
message string
return System

UriTemplateException() public method

public UriTemplateException ( string message, Exception innerException ) : System
message string
innerException Exception
return System