ContentNotUploadedException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ContentNotUploadedException Class

ContentNotUploadedException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace