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 : SitecoreLayoutServiceClientExceptionConstructors
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
| Type | Name | Description |
|---|---|---|
| System.Exception | innerException |
The inner exception to be wrapped. |
ItemNotFoundSitecoreLayoutServiceClientException(String)
Initializes a new instance of the ItemNotFoundSitecoreLayoutServiceClientException class.
Declaration
RequestResponse
public ItemNotFoundSitecoreLayoutServiceClientException(string message)Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
The exception message. |
ItemNotFoundSitecoreLayoutServiceClientException(String, Exception)
Initializes a new instance of the ItemNotFoundSitecoreLayoutServiceClientException class.
Declaration
RequestResponse
public ItemNotFoundSitecoreLayoutServiceClientException(string message, Exception innerException)Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
The exception message. |
| System.Exception | innerException |
The inner exception to be wrapped. |