
error(3)              LPC 系統函數              error(3)

名稱
     error - generate a run-time error

語法
     void error( string err );

描述
     A run-time error `err' will be  generated  when  error()  is
     called.   Execution of the current thread will halt, and the
     trace will be recorded to the debug log.

請參考
     catch(3), throw(3), error_handler(4)

MudOS                Last change: 5 Sep 1994                    1

