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 inner exception.
Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public TestManagementValidationException(
    string message,
    Exception ex
)
public:
TestManagementValidationException(
    String^ message,
    Exception^ ex
)
new : 
        message:string *
        ex:Exception -> TestManagementValidationException
Public Sub New (
    message As String,
    ex As Exception
)
Parameters
message
Type: System.StringThe message for this exception.
ex
Type: System.ExceptionThe exception that caused this exception.
See Also
TestManagementValidationException Overload
TestManagementValidationException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top