AttributeTableValidationException Constructor (String^, IEnumerable<String^>^)
.NET Framework (current version)
Creates a new instance of the AttributeTableValidationException class with a message for the user and an enumeration of validation errors that have occurred.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
public:
AttributeTableValidationException(
String^ message,
IEnumerable<String^>^ validationErrors
)
Parameters
- message
-
Type:
System::String^
A message about the exception that is provided to the user.
- validationErrors
-
Type:
System.Collections.Generic::IEnumerable<String^>^
Zero or more errors that occurred during validation.
.NET Framework
Available since 4.0
Available since 4.0
Show: