Class CouldNotContactSitecoreLayoutServiceClientException
- 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 cannot be contacted.
public class CouldNotContactSitecoreLayoutServiceClientException : SitecoreLayoutServiceClientException, ISerializable
- Inheritance
-
CouldNotContactSitecoreLayoutServiceClientException
- Implements
- Inherited Members
Constructors
CouldNotContactSitecoreLayoutServiceClientException()
Initializes a new instance of the CouldNotContactSitecoreLayoutServiceClientException class.
public CouldNotContactSitecoreLayoutServiceClientException()
CouldNotContactSitecoreLayoutServiceClientException(Exception)
Initializes a new instance of the CouldNotContactSitecoreLayoutServiceClientException class.
public CouldNotContactSitecoreLayoutServiceClientException(Exception innerException)
Parameters
innerException
ExceptionThe inner exception to be wrapped.
CouldNotContactSitecoreLayoutServiceClientException(string)
Initializes a new instance of the CouldNotContactSitecoreLayoutServiceClientException class.
public CouldNotContactSitecoreLayoutServiceClientException(string message)
Parameters
message
stringThe exception message.
CouldNotContactSitecoreLayoutServiceClientException(string, Exception)
Initializes a new instance of the CouldNotContactSitecoreLayoutServiceClientException class.
public CouldNotContactSitecoreLayoutServiceClientException(string message, Exception innerException)