C# Class UnifiedStorage.Exceptions.FileNotFoundException

An exception that gets thrown if a file could not be found.
Inheritance: UnifiedStorageException
Afficher le fichier Open project: fiveninedigital/UnifiedStorage

Méthodes publiques

Méthode Description
FileNotFoundException ( IFile file )

Initializes a new instance of the FileNotFoundException class.

Method Details

FileNotFoundException() public méthode

Initializes a new instance of the FileNotFoundException class.
public FileNotFoundException ( IFile file )
file IFile The file.