Class HandleLicenseException

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Base class for License check.

Inheritance
System.Object
HandleLicenseException
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Licensing.Internal
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
Syntax
public class HandleLicenseException : IHandleLicenseException

Constructors

HandleLicenseException()

Declaration
public HandleLicenseException()

Methods

HandleException(LicenseException)

Declaration
public void HandleException(LicenseException le)
Parameters
Type Name Description
LicenseException le

Implements

Extension Methods