| 释义 |
DictionarySeeillegalillegal operation
illegal operation[i′lē·gəl äp·ə′rā·shən] (computer science) An operation specified by a program instruction that cannot be carried out by the computer. illegal operationAn operation that is not authorized or understood. An "illegal operation" error message typically means that the computer has been directed to execute an invalid instruction and has stopped or has terminated the offending application (see abend). However, programmers may choose to display such a message at certain locations in their code as a safety check, trusting that their logic is sound and the computer should never arrive at those points. If it does, the program halts, and the message is displayed. Such messages may have an error number that refers to a location in the code.LegalSeeIllegalFinancialSeeAbend |