The properties of the CompilerError class are listed below. For a complete list of CompilerError class members, see the CompilerError Members topic.
Column | Gets or sets the column number where the source of the error occurs. |
ErrorNumber | Gets or sets the error number. |
ErrorText | Gets or sets the text of the error message. |
FileName | Gets or sets the filename of the source that caused the error. |
IsWarning | Gets or sets whether the error is a warning. |
Line | Gets or sets the line number where the source of the error occurs. |