Click or drag to resize
TransferStatesError Method
Set the transfer status to error

Namespace: DrawerBackup.Client.Transfers
Assembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public void Error(
	string transferId,
	Exception exp
)

Parameters

transferId
Type: SystemString
exp
Type: SystemException
See Also