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!

CompilerResults.Errors

Gets or sets the collection of compiler errors.

[Visual Basic]
Public ReadOnly Property Errors As CompilerErrorCollection
[C#]
public CompilerErrorCollection Errors {get;}
[C++]
public: __property CompilerErrorCollection* get_Errors();
[JScript]
public function get Errors() : CompilerErrorCollection;

Property Value

A CompilerErrorCollection that indicates the errors resultant from compilation, if any.

See Also

CompilerResults Class | CompilerResults Members | System.CodeDOM.Compiler Namespace