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.
Assembly: System.Activities (in System.Activities.dll)
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
Available since 4.0
Show: