PendingUploadNotFoundException Constructor (Int32)

Namespace:  Microsoft.VisualStudio.Services.FileContainer
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Sub New ( _
    uploadId As Integer _
)
public PendingUploadNotFoundException(
    int uploadId
)
public:
PendingUploadNotFoundException(
    int uploadId
)
new : 
        uploadId:int -> PendingUploadNotFoundException
public function PendingUploadNotFoundException(
    uploadId : int
)

Parameters

.NET Framework Security

See Also

Reference

PendingUploadNotFoundException Class

PendingUploadNotFoundException Overload

Microsoft.VisualStudio.Services.FileContainer Namespace