Atozed Forums

Full Version: Unit name for Exceptions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
IWException is the unit.