C# Class UnifiedStorage.Exceptions.FileNotFoundException

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

Public Methods

Method Description
FileNotFoundException ( IFile file )

Initializes a new instance of the FileNotFoundException class.

Method Details

FileNotFoundException() public method

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