AttributeTableValidationException Constructor (String^, Exception^, IEnumerable<String^>^)
.NET Framework (current version)
Creates a new instance of the AttributeTableValidationException class with the specified message for the user, the error that caused the current exception, and an enumeration of errors that occurred during validation.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
public:
AttributeTableValidationException(
String^ message,
Exception^ inner,
IEnumerable<String^>^ validationErrors
)
Parameters
- message
-
Type:
System::String^
A message about the exception that is provided to the user.
- inner
-
Type:
System::Exception^
The error that caused the current exception.
- 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: