I have a code with try/catch. When a exception (OracleException) occur, the application show a dialog box with the exception stacktrace. The application cannot show this dialog. How to inhibiting the dialog box?
Rodrigo