![]() |
Unit name for Exceptions - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Unit name for Exceptions (/thread-1453.html) |
Unit name for Exceptions - tinygoldwing - 12-26-2019 I want to ignore the exception EInvalidAppID So I added the following code to the ServerController under IWServerControllerBaseConfig ExceptionLogger.RegisterIgnoreException(EInvalidAppID); My problem is I don't know what unit has the exceptions class is. I get Undeclared identifier: EInvaildAppID Thanks and have a great day. Ed RE: Unit name for Exceptions - kudzu - 12-27-2019 IWException is the unit. |