| DotLessLoggerError Method (String, Exception) |
Namespace:
Dynamicweb.LessCompiler
Assembly:
Dynamicweb.LessCompiler (in Dynamicweb.LessCompiler.dll) Version: 1.1.10.0 (1.1.10)
Syntax public void Error(
string message,
Exception exception
)
Public Sub Error (
message As String,
exception As Exception
)
Parameters
- message
- Type: SystemString
- exception
- Type: SystemException
See Also