1 NAME 2 error - cause an error 3 4 SYNOPSIS 5 void error(string errormessage) 6 7 8 DESCRIPTION 9 Cause an error, which will stop execution. If the error is caught, 10 execution will continue after the catch.