Click or drag to resize
CssPreprocessor.GetErrorDescription Property
Callback method that returns error description according to preprocessor's nature. String representing error output of JavaScript compiler is passed as the first argument.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public Func<string, string> GetErrorDescription { get; set; }

Property Value

Type: Func<String, String>
See Also