C# Класс UnifiedStorage.Exceptions.DirectoryNotFoundException

An exception that gets thrown if a directory could not be found.
Наследование: UnifiedStorageException
Показать файл Открыть проект

Открытые методы

Метод Описание
DirectoryNotFoundException ( IDirectory directory )

Initializes a new instance of the DirectoryNotFoundException class.

Описание методов

DirectoryNotFoundException() публичный Метод

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