TeamProjectNotFoundException Constructor (String)

 

Initializes a new instance of the TeamProjectNotFoundException class by using the provided message.

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

Syntax

public TeamProjectNotFoundException(
    string message
)
public:
TeamProjectNotFoundException(
    String^ message
)
new : 
        message:string -> TeamProjectNotFoundException
Public Sub New (
    message As String
)

Parameters

See Also

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

Return to top