C# Class UnifiedStorage.Exceptions.DirectoryNotFoundException

An exception that gets thrown if a directory could not be found.
Inheritance: UnifiedStorageException
Exibir arquivo Open project: fiveninedigital/UnifiedStorage

Public Methods

Method Description
DirectoryNotFoundException ( IDirectory directory )

Initializes a new instance of the DirectoryNotFoundException class.

Method Details

DirectoryNotFoundException() public method

Initializes a new instance of the DirectoryNotFoundException class.
public DirectoryNotFoundException ( IDirectory directory )
directory IDirectory The directory.