FolderEditException Constructor

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

Syntax

'宣言
Public Sub New ( _
    serverItem As String _
)
public FolderEditException(
    string serverItem
)
public:
FolderEditException(
    String^ serverItem
)
new : 
        serverItem:string -> FolderEditException
public function FolderEditException(
    serverItem : String
)

Parameters

.NET Framework Security

See Also

Reference

FolderEditException Class

Microsoft.TeamFoundation.VersionControl.Server Namespace