Hi Farzin,
Are you getting this error message while running any application?
Do you want to find the message triggering point?
If it so... you can easily find out this using debugging.
Run application in debug mode, put break point at all message statement using F9,
Then press F8, this will stop at each triggering messages.
Regards
Sreekanth