C# Class WPCordovaClassLib.Cordova.Commands.FileTransfer.FileTransferError

显示文件 Open project: auphonic/auphonic-mobile Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FileTransferError ( int errorCode ) : System

Creates FileTransferError object

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

Method Details

FileTransferError() public method

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

FileTransferError() public method

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