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 Constructor (String^, CompilerErrorCollection^)

.NET Framework (current version)
 

Initializes a new instance of the SourceExpressionException class with a specified error message and a collection of compiler errors.

Namespace:   System.Activities.ExpressionParser
Assembly:  System.Activities (in System.Activities.dll)

public:
SourceExpressionException(
	String^ message,
	CompilerErrorCollection^ errors
)

Parameters

message
Type: System::String^

The error message that explains the reason for the exception.

errors
Type: System.CodeDom.Compiler::CompilerErrorCollection^

A collection of compiler error data.

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