public class FileAlreadyExistsException : QuickIOBaseException
This error is raised if a file should be created that already exists.
FileAlreadyExistsException(String path)
Creates an instance of FileAlreadyExistsException
public void FileAlreadyExistsException(String path)
Parameters
path
StringAffected file path
FileAlreadyExistsException(String message, String path)
Creates an instance of FileAlreadyExistsException
public void FileAlreadyExistsException(String message, String path)
Parameters
message
StringError message
path
StringAffected file path