Class InvalidRequestSitecoreLayoutServiceClientException
Version: 21.x
Details an exception that may occur when the Sitecore layout service is invoked with an invalid request.
Inheritance
System.Object
InvalidRequestSitecoreLayoutServiceClientException
Namespace: Sitecore.LayoutService.Client.Exceptions
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
Constructors
InvalidRequestSitecoreLayoutServiceClientException()
Initializes a new instance of the InvalidRequestSitecoreLayoutServiceClientException class.
Declaration
InvalidRequestSitecoreLayoutServiceClientException(Exception)
Initializes a new instance of the InvalidRequestSitecoreLayoutServiceClientException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.Exception | innerException |
The inner exception to be wrapped. |
InvalidRequestSitecoreLayoutServiceClientException(String)
Initializes a new instance of the InvalidRequestSitecoreLayoutServiceClientException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
The exception message. |
InvalidRequestSitecoreLayoutServiceClientException(String, Exception)
Initializes a new instance of the InvalidRequestSitecoreLayoutServiceClientException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
The exception message. |
| System.Exception | innerException |
The inner exception to be wrapped. |