C# Class CompiledHandlebars.Compiler.HandlebarsException

Inheritance: System.Exception
Mostra file Open project: Noxum/CompiledHandlebars Class Usage Examples

Public Methods

Method Description
HandlebarsException ( string message, int line, int column ) : System

Method Details

HandlebarsException() public method

public HandlebarsException ( string message, int line, int column ) : System
message string
line int
column int
return System