This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4ec04c779a4a97e706620d505cb9cda64b0424ae
Umbraco-CMS
/
src
/
Umbraco.Core
/
Exceptions
History
Shannon
944b3dcaac
New method for IPackagingService to fetch a package from the repo, removes usages of the old repo endpoint, removes ability to push a package from the back office to Our since that would require a different endpoint.
2017-04-26 19:02:36 +10:00
..
ConnectionException.cs
New method for IPackagingService to fetch a package from the repo, removes usages of the old repo endpoint, removes ability to push a package from the back office to Our since that would require a different endpoint.
2017-04-26 19:02:36 +10:00
DataOperationException.cs
New method for IPackagingService to fetch a package from the repo, removes usages of the old repo endpoint, removes ability to push a package from the back office to Our since that would require a different endpoint.
2017-04-26 19:02:36 +10:00
InvalidCompositionException.cs
Gets validation working with composition alias conflicts
2015-10-09 19:03:11 +02:00
UmbracoStartupFailedException.cs
Changes the ApplicationEventHandler to check if the db is configured instead of being connected to which can cause issues if SQLCE file is locked by another app domain on startup. Then we verify in the CoreBootManager that the db can be connected to with a retry policy. Changes the db context CanConnect method to not store a static value since it might later be able to be connected to.
2015-07-09 14:31:59 +02:00