C# Class FileFind.Meshwork.Errors.DirectoryNotFoundError

Inheritance: MeshworkError
显示文件 Open project: codebutler/meshwork

Public Properties

Property Type Description
DirPath string

Public Methods

Method Description
DirectoryNotFoundError ( ) : System
DirectoryNotFoundError ( string notFoundDirPath ) : System

Method Details

DirectoryNotFoundError() public method

public DirectoryNotFoundError ( ) : System
return System

DirectoryNotFoundError() public method

public DirectoryNotFoundError ( string notFoundDirPath ) : System
notFoundDirPath string
return System

Property Details

DirPath public_oe property

public string DirPath
return string