Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SourceExpressionException::Errors Property

.NET Framework (current version)
 

Gets an enumerable type collection of compiler errors.

Namespace:   System.Activities.ExpressionParser
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
Return to top
Show:
© 2017 Microsoft