标签: c# odp.net oracleexception
如何在odp.net 4中抛出OracleException?
这些方法......
throw new OracleException(); // or with error number throw new OracleException(1013);
......不行。