C# Class YAMP.Exceptions.YAMPFileNotFoundException

Class to use when a file could not be found.
Inheritance: YAMPRuntimeException
显示文件 Open project: FlorianRappl/YAMP

Public Methods

Method Description
YAMPFileNotFoundException ( String fileName ) : System

Creates a new file not found exception.

Method Details

YAMPFileNotFoundException() public method

Creates a new file not found exception.
public YAMPFileNotFoundException ( String fileName ) : System
fileName String The path to the file that has not been found.
return System