Class ItemNotFoundSitecoreLayoutServiceClientException

Version: 21.x

Details an exception that may occur when the Sitecore layout service returns a 'not found' (404) response.

Inheritance
System.Object
ItemNotFoundSitecoreLayoutServiceClientException
Namespace: Sitecore.LayoutService.Client.Exceptions
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
RequestResponse
public class ItemNotFoundSitecoreLayoutServiceClientException : SitecoreLayoutServiceClientException

Constructors

ItemNotFoundSitecoreLayoutServiceClientException()

Initializes a new instance of the ItemNotFoundSitecoreLayoutServiceClientException class.

Declaration
RequestResponse
public ItemNotFoundSitecoreLayoutServiceClientException()

ItemNotFoundSitecoreLayoutServiceClientException(Exception)

Initializes a new instance of the ItemNotFoundSitecoreLayoutServiceClientException class.

Declaration
RequestResponse
public ItemNotFoundSitecoreLayoutServiceClientException(Exception innerException)
Parameters
TypeNameDescription
System.ExceptioninnerException

The inner exception to be wrapped.

ItemNotFoundSitecoreLayoutServiceClientException(String)

Initializes a new instance of the ItemNotFoundSitecoreLayoutServiceClientException class.

Declaration
RequestResponse
public ItemNotFoundSitecoreLayoutServiceClientException(string message)
Parameters
TypeNameDescription
System.Stringmessage

The exception message.

ItemNotFoundSitecoreLayoutServiceClientException(String, Exception)

Initializes a new instance of the ItemNotFoundSitecoreLayoutServiceClientException class.

Declaration
RequestResponse
public ItemNotFoundSitecoreLayoutServiceClientException(string message, Exception innerException)
Parameters
TypeNameDescription
System.Stringmessage

The exception message.

System.ExceptioninnerException

The inner exception to be wrapped.

Do you have some feedback for us?

If you have suggestions for improving this article,