Oracle DB exceptions logging, version 1.5.140.
This commit is contained in:
parent
4a528dafb8
commit
8cd4f12de3
@ -519,8 +519,9 @@ namespace TBF.BenchControl.DB.SensusOracle
|
||||
|
||||
transaction.Commit();
|
||||
}
|
||||
catch
|
||||
catch (Exception exc)
|
||||
{
|
||||
log.ErrorFormat("Exception in SaveSingleWM2DB(), data not saved!, pcbNr={0}, msg={1}", pcbNr, exc.Message);
|
||||
transaction.Rollback();
|
||||
}
|
||||
}
|
||||
|
||||
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("1.5.139.1")]
|
||||
[assembly: AssemblyFileVersion("1.5.139.1")]
|
||||
[assembly: AssemblyVersion("1.5.140.1")]
|
||||
[assembly: AssemblyFileVersion("1.5.140.1")]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user