TestImpactServerException Constructor (String, Exception)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

TestImpactServerException Class

TestImpactServerException Overload

Microsoft.TeamFoundation.TestImpact.Client Namespace