1. SitecoreLayoutServiceMessageConfigurationException

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
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
TypeNameDescription
System.ExceptioninnerException

The inner exception to be wrapped.

SitecoreLayoutServiceMessageConfigurationException(String)

Initializes a new instance of the SitecoreLayoutServiceMessageConfigurationException class.

Declaration
public SitecoreLayoutServiceMessageConfigurationException(string message)
Parameters
TypeNameDescription
System.Stringmessage

The exception message.

SitecoreLayoutServiceMessageConfigurationException(String, Exception)

Initializes a new instance of the SitecoreLayoutServiceMessageConfigurationException class.

Declaration
public SitecoreLayoutServiceMessageConfigurationException(string message, Exception innerException)
Parameters
TypeNameDescription
System.Stringmessage

The exception message.

System.ExceptioninnerException

The inner exception to be wrapped.

If you have suggestions for improving this article, let us know!