C# Class Handlebars.Core.HandlebarsException

Inheritance: Exception
Show file Open project: esskar/handlebars-core

Public Methods

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

Method Details

HandlebarsException() public method

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

HandlebarsException() public method

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