Methods (1)
Namespace: SchwabenCode.QuickIO

Syntax

public class DirectoryAlreadyExistsException : QuickIOBaseException

Basetype

Summary

This error is raised if you want to create for example a folder which already exists.

Methods

DirectoryAlreadyExistsException(String message, String path)

Creates an instance of DirectoryAlreadyExistsException

public void DirectoryAlreadyExistsException(String message, String path)

Parameters

message

String

Error message

path

String

Affected directory path