DbServer.ErrorInfo Property (Typed) | |
Returns the internal ErrorInfo object, regardless of the last operation produced an error or not.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ErrorInfo AS Error GET
public virtual Error ErrorInfo { get; }
Request Example
View SourceProperty Value
Type:
ErrorThe internal ErrorInfo object, regardless of the last operation produced an error or not.
See Also