Constructor CustomViewCodeCompilationException
- Namespace
- YndigoBlue.Velocity.Exceptions
- Assembly
- YndigoBlue.Velocity.dll
CustomViewCodeCompilationException()
Initializes a new instance of the CustomViewCodeCompilationException class.
public CustomViewCodeCompilationException()
CustomViewCodeCompilationException(string)
Initializes a new instance of the CustomViewCodeCompilationException class with a specified error message.
public CustomViewCodeCompilationException(string message)
Parameters
messagestringThe message that describes the error.