Methods (2)
Namespace: SchwabenCode.QuickIO

Syntax

public class FileAlreadyExistsException : QuickIOBaseException

Basetype

Summary

This error is raised if a file should be created that already exists.

Methods

FileAlreadyExistsException(String path)

Creates an instance of FileAlreadyExistsException

public void FileAlreadyExistsException(String path)

Parameters

path

String

Affected file path

FileAlreadyExistsException(String message, String path)

Creates an instance of FileAlreadyExistsException

public void FileAlreadyExistsException(String message, String path)

Parameters

message

String

Error message

path

String

Affected file path