예제 #1
0
 internal static Exception OracleError(int rc, OracleInternalConnection internalConnection)
 {
     return(TraceException(OracleException.CreateException(rc, internalConnection)));
 }
예제 #2
0
 internal static Exception OracleError(OciErrorHandle errorHandle, int rc)
 {
     return(TraceException(OracleException.CreateException(errorHandle, rc)));
 }