Page 1 of 1

Catching Devart.Data.Oracle.OracleException

Posted: Thu 05 May 2011 09:10
by extrakun
I am attempting to catch exceptions of the type Devart.Data.Oracle.OracleException. However the namespace doesn't seem to exists inside my namespace.

What steps should I take to have access to the Devart namespace? Or is there a better way to handle exceptions of this type?

Posted: Fri 06 May 2011 12:40
by Shalex
Please add the reference to the Devart.Data.Oracle.dll assembly into your project to get access to the Devart.Data.Oracle namespace. Is that what you mean?