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

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

공개 메소드들

메소드 설명
FileNotFoundError ( ) : System
FileNotFoundError ( string filePath ) : System
FileNotFoundError ( string filePath, string transferId ) : System

메소드 상세

FileNotFoundError() 공개 메소드

public FileNotFoundError ( ) : System
리턴 System

FileNotFoundError() 공개 메소드

public FileNotFoundError ( string filePath ) : System
filePath string
리턴 System

FileNotFoundError() 공개 메소드

public FileNotFoundError ( string filePath, string transferId ) : System
filePath string
transferId string
리턴 System