| | Class | Description |
|---|
 | RazorEngineCompilerError | Compatibility shim describing a single compiler error. |
 | TemplateCompilationException |
Compatibility shim raised when a Razor script fails to compile. Kept in the original namespace so
existing catch sites and user report scripts (e.g. TST020) keep working after the fork was dropped.
|
 | TemplateParsingException |
Compatibility shim for a Razor parsing error. RazorEngineCore surfaces parse errors as
TemplateCompilationException, so this is no longer thrown, but the type is kept so existing
catch sites (e.g. the designer's FormHelper) still compile.
|