CopyMoveResultErrorCode Property |
The error code encountered during the Copy or Move action.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public int ErrorCode { get; }
Public ReadOnly Property ErrorCode As Integer
Get
public:
property int ErrorCode {
int get ();
}
member ErrorCode : int with get
Property Value
Type:
Int320 (zero) indicates success.
See Also