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 : SitecoreLayoutServiceClientException

Constructors

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

The inner exception to be wrapped.

SitecoreLayoutServiceMessageConfigurationException(String)

Initializes a new instance of the SitecoreLayoutServiceMessageConfigurationException class.

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

The exception message.

SitecoreLayoutServiceMessageConfigurationException(String, Exception)

Initializes a new instance of the SitecoreLayoutServiceMessageConfigurationException class.

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

The exception message.

System.ExceptioninnerException

The inner exception to be wrapped.

Do you have some feedback for us?

If you have suggestions for improving this article,