Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class LicenseException

Inheritance
System.Object
System.Exception
LicenseException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: EPiServer.Licensing
Assembly: EPiServer.Licensing.dll
Version: 11.20.7
Syntax
public class LicenseException : Exception, ISerializable, _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

Implements

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception

Extension Methods