[]
        
(Showing Draft Content)

C1.Util.Licensing.LicenseException

LicenseException Class

The exception for licensing.

Inheritance
LicenseException
Implements
Namespace: C1.Util.Licensing
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class LicenseException : Exception, ISerializable
Public Class LicenseException
    Inherits Exception
    Implements ISerializable

Constructors

Name Description
LicenseException(string)

Create a LicenseException with message.

LicenseException(string, LicenseErrorCode)

Create a LicenseException with message and error code.

LicenseException(string, LicenseErrorCode, Exception)

Create a LicenseException with message, error code, and inner exception.

LicenseException(Type)

Create a LicenseException with type information.

Properties

Name Description
ErrorCode

Gets the license error code.

ErrorTitle

Gets a user-friendly error title for popup display.

FailedType

Gets the type that failed licensing.