Class SitecoreLayoutServiceServerException

Version: 21.x

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

Inheritance

System.Object

SitecoreLayoutServiceClientException

InvalidResponseSitecoreLayoutServiceClientException

SitecoreLayoutServiceServerException

Namespace: Sitecore.LayoutService.Client.Exceptions

Assembly: Sitecore.LayoutService.Client.Abstractions.dll

Syntax
public class SitecoreLayoutServiceServerException : InvalidResponseSitecoreLayoutServiceClientException

Constructors

SitecoreLayoutServiceServerException()

Initializes a new instance of the SitecoreLayoutServiceServerException class.

Declaration
public SitecoreLayoutServiceServerException()

SitecoreLayoutServiceServerException(Exception)

Initializes a new instance of the SitecoreLayoutServiceServerException class.

Declaration
public SitecoreLayoutServiceServerException(Exception innerException)
Parameters
TypeNameDescription
System.ExceptioninnerExceptionThe inner exception to be wrapped.

SitecoreLayoutServiceServerException(String)

Initializes a new instance of the SitecoreLayoutServiceServerException class.

Declaration
public SitecoreLayoutServiceServerException(string message)
Parameters
TypeNameDescription
System.StringmessageThe exception message.

SitecoreLayoutServiceServerException(String, Exception)

Initializes a new instance of the SitecoreLayoutServiceServerException class.

Declaration
public SitecoreLayoutServiceServerException(string message, Exception innerException)
Parameters
TypeNameDescription
System.StringmessageThe exception message.
System.ExceptioninnerExceptionThe inner exception to be wrapped.
If you have suggestions for improving this article, let us know!