G
Guest
When I purposely create a duplicate error and read the message from the message box, part of the message says..
The changes you requested to the table were not successful because they would create duplicate values in the index,primary key or relationship....
I wish to handle an error of this type differently than other errors in a catch clause, but I can't find the exception name. I know another is called DBConcurrancyException
At minimum, what is the name of this exception? More useful would be the location where I can find the names of all the exceptions, and the syntax for handling them in a catch clause
I've been back and forth through the documentation without success
polynomial5d
The changes you requested to the table were not successful because they would create duplicate values in the index,primary key or relationship....
I wish to handle an error of this type differently than other errors in a catch clause, but I can't find the exception name. I know another is called DBConcurrancyException
At minimum, what is the name of this exception? More useful would be the location where I can find the names of all the exceptions, and the syntax for handling them in a catch clause
I've been back and forth through the documentation without success
polynomial5d