Class SitecoreLayoutServiceMessageConfigurationException
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
public class SitecoreLayoutServiceMessageConfigurationException : SitecoreLayoutServiceClientException
Constructors
SitecoreLayoutServiceMessageConfigurationException()
Initializes a new instance of the SitecoreLayoutServiceMessageConfigurationException class.
Declaration
public SitecoreLayoutServiceMessageConfigurationException()
SitecoreLayoutServiceMessageConfigurationException(Exception)
Initializes a new instance of the SitecoreLayoutServiceMessageConfigurationException class.
Declaration
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
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
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. |