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.
ValidationFailedException Constructor (String^, String^, String^, String^, String^, String^, Exception^)
Initializes a new instance of the ValidationFailedException class by using the provided action name, condition, property name, friendly name, expected value, actual value, and inner exception.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public:
ValidationFailedException(
String^ actionName,
String^ condition,
String^ propertyName,
String^ friendlyName,
String^ expectedValue,
String^ actualValue,
Exception^ innerException
)
Parameters
- actionName
-
Type:
System::String^
The name of the action where the error occurred.
- condition
-
Type:
System::String^
An indication of assert condition.
- propertyName
-
Type:
System::String^
The name of the property.
- friendlyName
-
Type:
System::String^
A friendly name for the control.
- expectedValue
-
Type:
System::String^
The expected value of the property.
- actualValue
-
Type:
System::String^
The actual value of the property.
- innerException
-
Type:
System::Exception^
The inner exception that caused this exception.
Show: