S
spiazzi
I've got a native esxception when I close my app.
Is possible to understand or catch this exception?
In particular I have a main module that start the app
with Application.run(new Form1).
In the closing event of Form1 there is an Application.exit, and then the
main module run some istruction for close a connection to db if is still
open.
Some suggestions?
Is possible to understand or catch this exception?
In particular I have a main module that start the app
with Application.run(new Form1).
In the closing event of Form1 there is an Application.exit, and then the
main module run some istruction for close a connection to db if is still
open.
Some suggestions?