C# 클래스 UnifiedStorage.Exceptions.DirectoryNotFoundException

An exception that gets thrown if a directory could not be found.
상속: UnifiedStorageException
파일 보기 프로젝트 열기: fiveninedigital/UnifiedStorage

공개 메소드들

메소드 설명
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.