Chapter Contents |
Previous |
Next |
460 |
Explanation |
Explanation |
A declaration for a constructor function was found but it violates one of the contraints on constructors. Perhaps you have specified a return type for a constructor, or the name used in the declaration of the constructor is not the same as the name of the class. Declarations of constructors cannot specify a return type, not even void.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2004 by SAS Institute Inc., Cary, NC, USA. All rights reserved.