C# Class HandlebarsDotNet.Compiler.HandlebarsUndefinedBindingException

Inheritance: System.Exception
ファイルを表示 Open project: rexm/Handlebars.Net

Public Methods

Method Description
HandlebarsUndefinedBindingException ( string path, string missingKey ) : System

Method Details

HandlebarsUndefinedBindingException() public method

public HandlebarsUndefinedBindingException ( string path, string missingKey ) : System
path string
missingKey string
return System