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.
TestManagementValidationException Constructor (String^, array<Object^>^)
Initializes a new instance of the TestManagementValidationException class by using the provided message and parameter array.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
public: TestManagementValidationException( String^ message, ... array<Object^>^ parameters )
Parameters
- message
-
Type:
System::String^
The message for this exception.
- parameters
-
Type:
array<System::Object^>^
An array of parameter objects that have values that are not valid or are missing.
Show: