C# 클래스 WPCordovaClassLib.Cordova.Commands.FileTransfer.FileTransferError

파일 보기 프로젝트 열기: auphonic/auphonic-mobile 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FileTransferError ( int errorCode ) : System

Creates FileTransferError object

FileTransferError ( int errorCode, string source, string target, int status, string body = "" ) : System

메소드 상세

FileTransferError() 공개 메소드

Creates FileTransferError object
public FileTransferError ( int errorCode ) : System
errorCode int Error code
리턴 System

FileTransferError() 공개 메소드

public FileTransferError ( int errorCode, string source, string target, int status, string body = "" ) : System
errorCode int
source string
target string
status int
body string
리턴 System