Skip to content

Commit ec382f8

Browse files
committed
Dont hide exceptions in StoredDomainModel.Deserialize()
1 parent 3667254 commit ec382f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Orm/Xtensive.Orm/Orm/Upgrade/SystemUpgradeHandler.cs

+1
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ private void ParseStoredDomainModel()
280280
}
281281
catch (Exception e) {
282282
UpgradeLog.Warning(e, Strings.LogFailedToExtractDomainModelFromStorage);
283+
throw;
283284
}
284285
}
285286

0 commit comments

Comments
 (0)