Table of Contents

Class HeadlessItemNotFoundException

Namespace
CMS.Headless
Assembly
CMS.Headless.dll

Thrown when the requested headless item was not found.

public sealed class HeadlessItemNotFoundException : Exception
Inheritance
object
Exception
HeadlessItemNotFoundException
Extension Methods

Constructors

HeadlessItemNotFoundException()

Initializes a new instance of the HeadlessItemNotFoundException class with default values.

public HeadlessItemNotFoundException()

HeadlessItemNotFoundException(string)

Initializes a new instance of the HeadlessItemNotFoundException class with a specified error message.

public HeadlessItemNotFoundException(string message)

Parameters

message string

The message that describes the error.

HeadlessItemNotFoundException(string, Exception)

Initializes a new instance of the HeadlessItemNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public HeadlessItemNotFoundException(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.