A
ahaupt
Hi all,
I'm currently writing a load of class libraries, but not the main
application iteslf.
I want to provide some method for reporting errors back to the main
application.
At the moment I have a bool errBl and a string errMsg in my classes.
When errBl is ture, one could see what the error was in errMsg.
It works ok, but its quite clunky.
How do you guys do it? Trigger an event or something like that?
Thank you,
Andre
I'm currently writing a load of class libraries, but not the main
application iteslf.
I want to provide some method for reporting errors back to the main
application.
At the moment I have a bool errBl and a string errMsg in my classes.
When errBl is ture, one could see what the error was in errMsg.
It works ok, but its quite clunky.
How do you guys do it? Trigger an event or something like that?
Thank you,
Andre