Updated test project.

This commit is contained in:
2024-10-27 12:56:22 +01:00
parent 4157862de1
commit 86c22cfe85
9 changed files with 63 additions and 346 deletions

View File

@@ -1395,7 +1395,7 @@ namespace DynamORM.Helpers.Dynamics
catch (TargetInvocationException e)
{
if (e.InnerException != null) throw e.InnerException;
else throw e;
throw;
}
}