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
- targetServerItem
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ContentNotUploadedException Class