Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14579 - Not a valid .NET object for this method

14579   Not a valid .NET object for this method

Cause

This error occurs if you use one of the helper functions getPicture, getFont, or getColor on a JadeDotNetType instance that does not represent a matching .NET type; for example, using getColor on a .NET object that is not a System::Drawing::Color object.

Action

Correct your logic.