Navigation: Code Documentation > RSCommon > RSConstants > Classes
ERSException Class
Base exception class for ALL exceptions unique to RiverSoftAVG software. You can use this exception type to filter for all exceptions from RiverSoftAVG.
Namespace: RSConstants
Exception RSConstants.ERSException
Delphi
type ERSException = class(Exception);
•RSConstants