Hide Comments
Hide Comments

Comments (0)

Defines the base exception class for the entire Genetic Algorithms Component Library

Namespace: RSGAConsts

expandingInheritance Hierarchy

ERSException
  RSGAConsts.EGAException
    RSGAConsts.EGPException
 

expandingSyntax

Delphi

type 
  EGAException = class(ERSException); 
 

expandingSee Also

Comments (0)