C# Class Handlebars.Core.HandlebarsRuntimeException

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

Public Methods

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

Method Details

HandlebarsRuntimeException() public method

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

HandlebarsRuntimeException() public method

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