12-26-2019, 05:10 PM
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
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