Namespace Umbraco.Core.Exceptions
Classes
ArgumentNullOrEmptyException
The exception that is thrown when a null reference, or an empty argument, is passed to a method that does not accept it as a valid argument.
AuthorizationException
The exception that is thrown when authorization failed.
BootFailedException
An exception that is thrown if the Umbraco application cannot boot.
InvalidCompositionException
The exception that is thrown when a composition is invalid.
PanicException
Represents an internal exception that in theory should never been thrown, it is only thrown in circumstances that should never happen.
UnattendedInstallException
An exception that is thrown if an unattended installation occurs.
WontImplementException
The exception that is thrown when a requested method or operation is not, and will not be, implemented.