TestManagementException Constructor (String, Exception)

Initializes a new instance of the TestManagementException 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

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public TestManagementException(
    string message,
    Exception innerException
)
public:
TestManagementException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> TestManagementException
public function TestManagementException(
    message : String, 
    innerException : Exception
)

Parameters

  • innerException
    Type: System.Exception
    The exception that caused this exception.

.NET Framework Security

See Also

Reference

TestManagementException Class

TestManagementException Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace