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 cd67ce7 commit a168bfcCopy full SHA for a168bfc
Orm/Xtensive.Orm/Orm/Internals/ChangeRegistries/SessionBoundRegistry.cs
@@ -26,9 +26,9 @@ internal Core.Disposable DisableRegistrations()
26
27
protected void EnsureRegistrationsAllowed()
28
{
29
- if (changesDisabled) {
+ if (registrationsDisabled) {
30
throw new InvalidOperationException(
31
- string.Format(Strings.ExPersistentChangesAreNotAllowedForThisEvent, Session.Guid));
+ string.Format(Strings.ExPersistentChangesAreNotAllowed, Session.Guid));
32
}
33
34
0 commit comments