Share via


TestManagementServerException Constructor (String, Exception)

 

Initializes a new instance of the TestManagementServerException class by using the provided error message and inner exception.

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

Syntax

public TestManagementServerException(
    string message,
    Exception innerException
)
public:
TestManagementServerException(
    String^ message,
    Exception^ innerException
)
new : 
        message:string *
        innerException:Exception -> TestManagementServerException
Public Sub New (
    message As String,
    innerException As Exception
)

Parameters

  • innerException
    Type: System.Exception

    The exception that caused this exception.

See Also

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

Return to top