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
ExceptionThe inner exception to be wrapped.
SitecoreLayoutServiceMessageConfigurationException(string)
Initializes a new instance of the SitecoreLayoutServiceMessageConfigurationException class.
public SitecoreLayoutServiceMessageConfigurationException(string message)
Parameters
message
stringThe exception message.
SitecoreLayoutServiceMessageConfigurationException(string, Exception)
Initializes a new instance of the SitecoreLayoutServiceMessageConfigurationException class.
public SitecoreLayoutServiceMessageConfigurationException(string message, Exception innerException)