TestManagementConfigurationException Constructor (String, Exception)

 

Initializes a new instance of the TestManagementConfigurationException 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 TestManagementConfigurationException(
    string message,
    Exception innerException
)
public:
TestManagementConfigurationException(
    String^ message,
    Exception^ innerException
)
new : 
        message:string *
        innerException:Exception -> TestManagementConfigurationException
Public Sub New (
    message As String,
    innerException As Exception
)

Parameters

  • innerException
    Type: System.Exception

    The exception that caused this exception.

See Also

TestManagementConfigurationException Overload
TestManagementConfigurationException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top