SaaS CMS has officially launched! Learn more now.

Class LicenseException

Inheritance
System.Object
LicenseException
Namespace: EPiServer.Licensing
Assembly: EPiServer.Licensing.dll
Version: 12.0.3
Syntax
public class LicenseException : Exception

Constructors

LicenseException()

Declaration
public LicenseException()

LicenseException(IEnumerable<String>)

Declaration
public LicenseException(IEnumerable<string> messages)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.String> messages

LicenseException(SerializationInfo, StreamingContext)

Declaration
protected LicenseException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context

LicenseException(String, Exception)

Declaration
public LicenseException(string message, Exception e)
Parameters
Type Name Description
System.String message
System.Exception e

LicenseException(String, Exception, Int32)

Declaration
public LicenseException(string message, Exception e, int severity)
Parameters
Type Name Description
System.String message
System.Exception e
System.Int32 severity

LicenseException(String, Object[])

Declaration
public LicenseException(string message, params object[] objects)
Parameters
Type Name Description
System.String message
System.Object[] objects

Properties

Messages

Declaration
public IEnumerable<string> Messages { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

Severity

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

Extension Methods