UploadFileException Constructor

Initializes a new instance of the UploadFileException class.

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

Syntax

'Declaration
Public Sub New ( _
    firstException As Exception _
)
public UploadFileException(
    Exception firstException
)
public:
UploadFileException(
    Exception^ firstException
)
new : 
        firstException:Exception -> UploadFileException
public function UploadFileException(
    firstException : Exception
)

Parameters

  • firstException
    Type: System.Exception

    The first error that caused the exception.

.NET Framework Security

See Also

Reference

UploadFileException Class

Microsoft.TeamFoundation.VersionControl.Client Namespace