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