FileSpec.ErrInfo Property | |
Return the error object from the last Copy() or Move() operation.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ErrInfo AS USUAL GET
public virtual Usual ErrInfo { get; }
Request Example
View SourceProperty Value
Type:
UsualThe error object from the last Copy() or Move() operation.
See Also