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.

ValidationFailedException Constructor

 

Initializes a new instance of the ValidationFailedException class.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

NameDescription
System_CAPS_pubmethodValidationFailedException()

Initializes a new instance of the ValidationFailedException class.

System_CAPS_protmethodValidationFailedException(SerializationInfo^, StreamingContext)

Initializes a new instance of the ValidationFailedException class by using the serialization information and context.

System_CAPS_pubmethodValidationFailedException(String^)

Initializes a new instance of the ValidationFailedException class.

System_CAPS_pubmethodValidationFailedException(String^, Exception^)

Initializes a new instance of the ValidationFailedException class by using the provided message and inner exception.

System_CAPS_pubmethodValidationFailedException(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.

System_CAPS_pubmethodValidationFailedException(String^, String^, String^, String^, String^, String^, String^, Exception^)

Initializes a new instance of the ValidationFailedException class by using the provided message, action name, condition, property name, friendly name, expected value, actual value, and inner exception.

Return to top
Show: