Click or drag to resize

RazorEngineCompilerError Properties

The RazorEngineCompilerError type exposes the following members.

Properties
 NameDescription
Public propertyColumn Column number of the error
Public propertyErrorNumber Compiler error number (e.g. CS0103)
Public propertyErrorText Compiler error message
Public propertyFileName File name of the error
Public propertyIsWarning If true, the error is a warning
Public propertyLine Line number of the error
Top
See Also