Table of Contents

Class SitecoreLayoutServiceMessageConfigurationException

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client.Exceptions
Assembly
Sitecore.AspNetCore.SDK.LayoutService.Client.dll

Details an exception that may occur when invalid configuration is applied to the message sent to the Sitecore layout service.

public class SitecoreLayoutServiceMessageConfigurationException : SitecoreLayoutServiceClientException, ISerializable
Inheritance
SitecoreLayoutServiceMessageConfigurationException
Implements
Inherited Members

Constructors

SitecoreLayoutServiceMessageConfigurationException()

Initializes a new instance of the SitecoreLayoutServiceMessageConfigurationException class.

public SitecoreLayoutServiceMessageConfigurationException()

SitecoreLayoutServiceMessageConfigurationException(Exception)

Initializes a new instance of the SitecoreLayoutServiceMessageConfigurationException class.

public SitecoreLayoutServiceMessageConfigurationException(Exception innerException)

Parameters

innerException Exception

The inner exception to be wrapped.

SitecoreLayoutServiceMessageConfigurationException(string)

Initializes a new instance of the SitecoreLayoutServiceMessageConfigurationException class.

public SitecoreLayoutServiceMessageConfigurationException(string message)

Parameters

message string

The exception message.

SitecoreLayoutServiceMessageConfigurationException(string, Exception)

Initializes a new instance of the SitecoreLayoutServiceMessageConfigurationException class.

public SitecoreLayoutServiceMessageConfigurationException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception to be wrapped.