You are not logged in.
Pages: 1
hello,
I am trying the sample 16 , connected to an oracle server.
when an error is raised , a showexception method is raised and message box show , with Json wrapped message.
how to get this json message in an exception try/ except .
thanks
Offline
The easiest is not to rely on exception for current errors, but use your own enumeration for results, with an associated textual/variant error information.
Offline
Pages: 1