Razor |
The RazorEngineCompilerError type exposes the following members.
| Name | Description | |
|---|---|---|
| Column | Column number of the error | |
| ErrorNumber | Compiler error number (e.g. CS0103) | |
| ErrorText | Compiler error message | |
| FileName | File name of the error | |
| IsWarning | If true, the error is a warning | |
| Line | Line number of the error |