SaaS CMS has officially launched! Learn more now.

Class ServerResponseBase

Namespace: EPiServer.Licensing.Services
Assembly: EPiServer.Licensing.dll
Version: 12.0.3
Syntax
public class ServerResponseBase : Object

Constructors

ServerResponseBase()

Declaration
public ServerResponseBase()

Properties

Exception

Declaration
public Exception Exception { get; set; }
Property Value
Type Description
System.Exception

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

ServerStatus

Declaration
public string ServerStatus { get; set; }
Property Value
Type Description
System.String

Severity

Declaration
public int Severity { get; set; }
Property Value
Type Description
System.Int32

Extension Methods