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

SitecoreLayoutServiceClientException

ItemNotFoundSitecoreLayoutServiceClientException

Namespace: Sitecore.LayoutService.Client.Exceptions

Assembly: Sitecore.LayoutService.Client.Abstractions.dll

Syntax
public class ItemNotFoundSitecoreLayoutServiceClientException : SitecoreLayoutServiceClientException

Constructors

ItemNotFoundSitecoreLayoutServiceClientException()

Initializes a new instance of the ItemNotFoundSitecoreLayoutServiceClientException class.

Declaration
public ItemNotFoundSitecoreLayoutServiceClientException()

ItemNotFoundSitecoreLayoutServiceClientException(Exception)

Initializes a new instance of the ItemNotFoundSitecoreLayoutServiceClientException class.

Declaration
public ItemNotFoundSitecoreLayoutServiceClientException(Exception innerException)
Parameters
TypeNameDescription
System.ExceptioninnerExceptionThe inner exception to be wrapped.

ItemNotFoundSitecoreLayoutServiceClientException(String)

Initializes a new instance of the ItemNotFoundSitecoreLayoutServiceClientException class.

Declaration
public ItemNotFoundSitecoreLayoutServiceClientException(string message)
Parameters
TypeNameDescription
System.StringmessageThe exception message.

ItemNotFoundSitecoreLayoutServiceClientException(String, Exception)

Initializes a new instance of the ItemNotFoundSitecoreLayoutServiceClientException class.

Declaration
public ItemNotFoundSitecoreLayoutServiceClientException(string message, Exception innerException)
Parameters
TypeNameDescription
System.StringmessageThe exception message.
System.ExceptioninnerExceptionThe inner exception to be wrapped.
If you have suggestions for improving this article, let us know!