This exception is thrown when trying to overwrite a file that already exists on the disk. This is most likely
thrown during download operation.
Namespace: VcClientExceptionsAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
[SerializableAttribute] public class FileExistsException : VcClientException |
Visual Basic |
---|
<SerializableAttribute> _ Public Class FileExistsException _ Inherits VcClientException |
Visual C++ |
---|
[SerializableAttribute] public ref class FileExistsException : public VcClientException |
Inheritance Hierarchy
Object
Exception
VcClientExceptions..::..VcClientException
VcClientExceptions..::..FileExistsException
Exception
VcClientExceptions..::..VcClientException
VcClientExceptions..::..FileExistsException