public class DirectoryAlreadyExistsException : QuickIOBaseException
This error is raised if you want to create for example a folder which already exists.
DirectoryAlreadyExistsException(String message, String path)
Creates an instance of DirectoryAlreadyExistsException
public void DirectoryAlreadyExistsException(String message, String path)
Parameters
message
StringError message
path
StringAffected directory path