Class LicenseExpiredException

Assembly: redb.Core.Pro.dll

Thrown when an educational license has expired.
Educational licenses require renewal after expiration (unlike commercial licenses).

public class LicenseExpiredException : Exception, ISerializable

Inheritance

ObjectExceptionLicenseExpiredException

Implements

Properties

ExpiredAt

When the license expired.

public DateTimeOffset ExpiredAt { get; }

LicenseType

License type that expired.

public string LicenseType { get; }

Constructors