Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the TestManagementValidationException class by using the provided message and parameter array.
Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public TestManagementValidationException(
    string message,
    params object[] parameters
)
public:
TestManagementValidationException(
    String^ message,
    ... array<Object^>^ parameters
)
new : 
        message:string *
        [<ParamArrayAttribute>] parameters:Object[] -> TestManagementValidationException
Public Sub New (
    message As String,
    ParamArray parameters As Object()
)
Parameters
message
Type: System.StringThe message for this exception.
parameters
Type: System.Object[]An array of parameter objects that have values that are not valid or are missing.
See Also
TestManagementValidationException Overload
TestManagementValidationException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top