Table of Contents

Class SitecoreLayoutServiceServerException

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

Details an exception that may occur when the Sitecore layout service returns a server related error.

public class SitecoreLayoutServiceServerException : InvalidResponseSitecoreLayoutServiceClientException, ISerializable
Inheritance
SitecoreLayoutServiceServerException
Implements
Inherited Members

Constructors

SitecoreLayoutServiceServerException()

Initializes a new instance of the SitecoreLayoutServiceServerException class.

public SitecoreLayoutServiceServerException()

SitecoreLayoutServiceServerException(Exception)

Initializes a new instance of the SitecoreLayoutServiceServerException class.

public SitecoreLayoutServiceServerException(Exception innerException)

Parameters

innerException Exception

The inner exception to be wrapped.

SitecoreLayoutServiceServerException(string)

Initializes a new instance of the SitecoreLayoutServiceServerException class.

public SitecoreLayoutServiceServerException(string message)

Parameters

message string

The exception message.

SitecoreLayoutServiceServerException(string, Exception)

Initializes a new instance of the SitecoreLayoutServiceServerException class.

public SitecoreLayoutServiceServerException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception to be wrapped.