This documentation is archived and is not being maintained.

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)

public:
UploadFileException(
	Exception^ firstException
)

Parameters

firstException
Type: System::Exception

The first error that caused the exception.

Show: