We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ce36b commit eb2adbaCopy full SHA for eb2adba
src/NHibernate/Loader/BasicLoader.cs
@@ -62,7 +62,7 @@ protected override void PostInstantiate()
62
// so be careful about how you formulate your queries in this case
63
if (bagCount > 1)
64
{
65
- throw new QueryException("Cannot simultaneously fetch multiple bags.");
+ throw new QueryException($"Cannot simultaneously fetch multiple bags: {this}");
66
}
67
68
0 commit comments