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