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, inner exception, and parameters array.
Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public TestManagementValidationException(
    string message,
    Exception innerException,
    params object[] parameters
)
public:
TestManagementValidationException(
    String^ message,
    Exception^ innerException,
    ... array<Object^>^ parameters
)
new : 
        message:string *
        innerException:Exception *
        [<ParamArrayAttribute>] parameters:Object[] -> TestManagementValidationException
Public Sub New (
    message As String,
    innerException As Exception,
    ParamArray parameters As Object()
)
Parameters
message
Type: System.StringThe text of this exception.
innerException
Type: System.ExceptionThe exception that caused 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