C# Class YAMP.Exceptions.YAMPFileNotFoundException

Class to use when a file could not be found.
Inheritance: YAMPRuntimeException
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Méthode Description
YAMPFileNotFoundException ( String fileName ) : System

Creates a new file not found exception.

Method Details

YAMPFileNotFoundException() public méthode

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