Table of Contents

Class SitecoreLayoutServiceClientException

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

Details an exception that may occur when communicating with the Sitecore layout service.

public class SitecoreLayoutServiceClientException : Exception, ISerializable
Inheritance
SitecoreLayoutServiceClientException
Implements
Derived
Inherited Members

Constructors

SitecoreLayoutServiceClientException()

Initializes a new instance of the SitecoreLayoutServiceClientException class.

public SitecoreLayoutServiceClientException()

SitecoreLayoutServiceClientException(Exception)

Initializes a new instance of the SitecoreLayoutServiceClientException class.

public SitecoreLayoutServiceClientException(Exception innerException)

Parameters

innerException Exception

The inner exception to be wrapped.

SitecoreLayoutServiceClientException(string)

Initializes a new instance of the SitecoreLayoutServiceClientException class.

public SitecoreLayoutServiceClientException(string message)

Parameters

message string

The exception message.

SitecoreLayoutServiceClientException(string, Exception)

Initializes a new instance of the SitecoreLayoutServiceClientException class.

public SitecoreLayoutServiceClientException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception to be wrapped.