C# Class FileFind.Meshwork.Errors.FileNotFoundError

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

Public Methods

Method Description
FileNotFoundError ( ) : System
FileNotFoundError ( string filePath ) : System
FileNotFoundError ( string filePath, string transferId ) : System

Method Details

FileNotFoundError() public method

public FileNotFoundError ( ) : System
return System

FileNotFoundError() public method

public FileNotFoundError ( string filePath ) : System
filePath string
return System

FileNotFoundError() public method

public FileNotFoundError ( string filePath, string transferId ) : System
filePath string
transferId string
return System