ItemNotMappedException Constructor (String)

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ItemNotMappedException Class

ItemNotMappedException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace