Methods (2)
Namespace: SchwabenCode.QuickIO

Syntax

public class PathNotFoundException : QuickIOBaseException

Basetype

Summary

Exception if path does not exist.

Methods

PathNotFoundException(String path)

Exception if path does not exist.

public void PathNotFoundException(String path)

PathNotFoundException(String message, String path)

Exception if path does not exist.

public void PathNotFoundException(String message, String path)