Share via


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

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

Parameters

.NET Framework Security

See Also

Reference

TeamProjectNotFoundException Class

TeamProjectNotFoundException Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace