Error Handling Routines
These API routines allow you to determine the cause of an error and the error type.
_Error( )
Signals the error specified by the value in code to the Visual FoxPro runtime.
_ErrorInfo( )
Returns the external error number that reflects the internal error number specified by code.
_UserError( )
Reports an error with the null-terminated text specified in the message.