C++
void acdbFail( const ACHAR * str );
File
acdbads.h
Description
Displays an error message that includes the name of the application and the argument.
This function simply displays the message and returns control to the caller. Use it when a recoverable error is encountered. Note that acdbFail() does not signal an error to AutoLISP or to the function calling the ARX application. It just displays an error message.
Parameters
Parameters | Description |
---|---|
str | Error message |