C# Class UnifiedStorage.Exceptions.DirectoryNotFoundException

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

Méthodes publiques

Méthode Description
DirectoryNotFoundException ( IDirectory directory )

Initializes a new instance of the DirectoryNotFoundException class.

Method Details

DirectoryNotFoundException() public méthode

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