Click or drag to resize
HelperException Constructor (String)
Initializes a new instance of the HelperException class with a specified error message.

Namespace: HandlebarsDotNet.Mvc
Assembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntax
public HelperException(
	string message
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
See Also