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.

TestManagementValidationException Constructor (String^, Exception^, array<Object^>^)

 

Initializes a new instance of the TestManagementValidationException class by using the provided message, inner exception, and parameters array.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public:
TestManagementValidationException(
	String^ message,
	Exception^ innerException,
	... array<Object^>^ parameters
)

Parameters

message
Type: System::String^

The text of this exception.

innerException
Type: System::Exception^

The exception that caused this exception.

parameters
Type: array<System::Object^>^

An array of parameter objects that have values that are not valid or are missing.

Return to top
Show: