 | HelperException Constructor (String) |
Initializes a new instance of the
HelperException class with a specified error message.
Namespace: HandlebarsDotNet.MvcAssembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntaxpublic HelperException(
string message
)
Public Sub New (
message As String
)
public:
HelperException(
String^ message
)
new :
message : string -> HelperException
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
See Also