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;
A CompilerErrorCollection that indicates the errors resultant from compilation, if any.
CompilerResults Class | CompilerResults Members | System.CodeDOM.Compiler Namespace