SourceExpressionException::Errors Property
.NET Framework (current version)
Gets an enumerable type collection of compiler errors.
Assembly: System.Activities (in System.Activities.dll)
public: property IEnumerable<CompilerError^>^ Errors { IEnumerable<CompilerError^>^ get(); }
Property Value
Type: System.Collections.Generic::IEnumerable<CompilerError^>^An enumerable collection of compiler errors.
The data associated with each error in the collection can include the file that contains the error, an error identification number, a message that describes the error, and other types of error information.
.NET Framework
Available since 4.0
Available since 4.0
Show: