Class ContentItemNotFoundException
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Thrown when the requested content item was not found.
public sealed class ContentItemNotFoundException : Exception
- Inheritance
-
objectExceptionContentItemNotFoundException
- Extension Methods
Constructors
ContentItemNotFoundException()
Initializes a new instance of the ContentItemNotFoundException class with default values.
public ContentItemNotFoundException()
ContentItemNotFoundException(string)
Initializes a new instance of the ContentItemNotFoundException class with a specified error message.
public ContentItemNotFoundException(string message)
Parameters
message
stringThe message that describes the error.
ContentItemNotFoundException(string, Exception)
Initializes a new instance of the ContentItemNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ContentItemNotFoundException(string message, Exception innerException)
Parameters
message
stringThe message that describes the error.
innerException
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.