Catching Devart.Data.Oracle.OracleException

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
extrakun
Posts: 22
Joined: Wed 20 Apr 2011 06:02

Catching Devart.Data.Oracle.OracleException

Post by extrakun » Thu 05 May 2011 09:10

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?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 06 May 2011 12:40

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?

Post Reply