Table of Contents

Class ContentItemNotFoundException

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Thrown when the requested content item was not found.

public sealed class ContentItemNotFoundException : Exception
Inheritance
object
Exception
ContentItemNotFoundException
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 string

The 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 string

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.