NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CompilerError Properties

The properties of the CompilerError class are listed below. For a complete list of CompilerError class members, see the CompilerError Members topic.

Public:

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.

See Also

CompilerError Class | System.CodeDOM.Compiler Namespace