Class LicenseRequiredException

Assembly: redb.Core.Pro.dll

Exception thrown when trial limit is exceeded and a license is required.

public class LicenseRequiredException : Exception, ISerializable

Inheritance

ObjectExceptionLicenseRequiredException

Implements

Properties

DailyLimit

Daily request limit that was exceeded.

public int DailyLimit { get; }

Feature

The feature that requires a license.

public string Feature { get; }

Constructors

LicenseRequiredException(string, int)

Creates a new LicenseRequiredException.