[This is preliminary documentation and is subject to change.]

Excpetion throw when target path is already used by a file

Namespace: Tools.IOt
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class FileAlreadyExistsException : IOException
Visual Basic
Public Class FileAlreadyExistsException _
	Inherits IOException
Visual C++
public ref class FileAlreadyExistsException : public IOException
F#
type FileAlreadyExistsException =  
    class
        inherit IOException
    end
JScript
public class FileAlreadyExistsException extends IOException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System.IO..::..IOException
        Tools.IOt..::..FileAlreadyExistsException

See Also