Class ItemNotFoundSitecoreLayoutServiceClientException
- Namespace
- Sitecore.AspNetCore.SDK.LayoutService.Client.Exceptions
- Assembly
- Sitecore.AspNetCore.SDK.LayoutService.Client.dll
Details an exception that may occur when the Sitecore layout service returns a 'not found' (404) response.
public class ItemNotFoundSitecoreLayoutServiceClientException : SitecoreLayoutServiceClientException, ISerializable
- Inheritance
-
ItemNotFoundSitecoreLayoutServiceClientException
- Implements
- Inherited Members
Constructors
ItemNotFoundSitecoreLayoutServiceClientException()
Initializes a new instance of the ItemNotFoundSitecoreLayoutServiceClientException class.
public ItemNotFoundSitecoreLayoutServiceClientException()
ItemNotFoundSitecoreLayoutServiceClientException(Exception)
Initializes a new instance of the ItemNotFoundSitecoreLayoutServiceClientException class.
public ItemNotFoundSitecoreLayoutServiceClientException(Exception innerException)
Parameters
innerException
ExceptionThe inner exception to be wrapped.
ItemNotFoundSitecoreLayoutServiceClientException(string)
Initializes a new instance of the ItemNotFoundSitecoreLayoutServiceClientException class.
public ItemNotFoundSitecoreLayoutServiceClientException(string message)
Parameters
message
stringThe exception message.
ItemNotFoundSitecoreLayoutServiceClientException(string, Exception)
Initializes a new instance of the ItemNotFoundSitecoreLayoutServiceClientException class.
public ItemNotFoundSitecoreLayoutServiceClientException(string message, Exception innerException)