Class ItemNotFoundSitecoreLayoutServiceClientException
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
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
Type | Name | Description |
---|---|---|
System.Exception | innerException | The inner exception to be wrapped. |
ItemNotFoundSitecoreLayoutServiceClientException(String)
Initializes a new instance of the ItemNotFoundSitecoreLayoutServiceClientException class.
Declaration
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
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. |