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