Visual InterDev

run-time error

An error in a script that occurs when a command attempts to perform an action that is not valid. For example, a run-time error occurs if you try to perform a calculation using a variable that has not been initialized. If a run-time error occurs, the script either stops or performs an exception routine.

See also logic error and syntax error.