C# 클래스 FileFind.Meshwork.Errors.DirectoryNotFoundError

상속: MeshworkError
파일 보기 프로젝트 열기: codebutler/meshwork

공개 프로퍼티들

프로퍼티 타입 설명
DirPath string

공개 메소드들

메소드 설명
DirectoryNotFoundError ( ) : System
DirectoryNotFoundError ( string notFoundDirPath ) : System

메소드 상세

DirectoryNotFoundError() 공개 메소드

public DirectoryNotFoundError ( ) : System
리턴 System

DirectoryNotFoundError() 공개 메소드

public DirectoryNotFoundError ( string notFoundDirPath ) : System
notFoundDirPath string
리턴 System

프로퍼티 상세

DirPath 공개적으로 프로퍼티

public string DirPath
리턴 string