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

Afficher le fichier Open project: auphonic/auphonic-mobile Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FileTransferError ( int errorCode ) : System

Creates FileTransferError object

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

Method Details

FileTransferError() public méthode

Creates FileTransferError object
public FileTransferError ( int errorCode ) : System
errorCode int Error code
Résultat System

FileTransferError() public méthode

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