|
TransferStatesError Method |
Set the transfer status to error
Namespace: DrawerBackup.Client.TransfersAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void Error(
string transferId,
Exception exp
)
Public Sub Error (
transferId As String,
exp As Exception
)
public:
void Error(
String^ transferId,
Exception^ exp
)
member Error :
transferId : string *
exp : Exception -> unit
Parameters
- transferId
- Type: SystemString
- exp
- Type: SystemException
See Also