|
TransferItemStateError Property |
The transfer error
Namespace: DrawerBackup.Client.TransfersAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic Exception Error { get; set; }
Public Property Error As Exception
Get
Set
public:
property Exception^ Error {
Exception^ get ();
void set (Exception^ value);
}
member Error : Exception with get, set
Property Value
Type:
Exception
See Also