ItemCloakedException 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 ItemCloakedException(
    string item
)
public:
ItemCloakedException(
    String^ item
)
new : 
        item:string -> ItemCloakedException
public function ItemCloakedException(
    item : String
)

Parameters

.NET Framework Security

See Also

Reference

ItemCloakedException Class

ItemCloakedException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace