mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-12-16 15:15:47 +08:00
update to net8.0
This commit is contained in:
@@ -111,7 +111,7 @@ namespace FreeSql.Dameng.Curd
|
||||
catch (Exception ex)
|
||||
{
|
||||
exception = ex;
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
@@ -135,7 +135,7 @@ namespace FreeSql.Dameng.Curd
|
||||
catch (Exception ex)
|
||||
{
|
||||
exception = ex;
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
@@ -181,7 +181,7 @@ namespace FreeSql.Dameng.Curd
|
||||
catch (Exception ex)
|
||||
{
|
||||
exception = ex;
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
@@ -205,7 +205,7 @@ namespace FreeSql.Dameng.Curd
|
||||
catch (Exception ex)
|
||||
{
|
||||
exception = ex;
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user