Class LicenseInvalidException
Inheritance
LicenseInvalidException
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public class LicenseInvalidException : LicenseException, ISerializable
Constructors
LicenseInvalidException()
Declaration
public LicenseInvalidException()
LicenseInvalidException(LicenseVerificationResultStorage?, IImmutableList<LicenseVerificationResultFeature>?)
Declaration
public LicenseInvalidException(LicenseVerificationResultStorage? storage, IImmutableList<LicenseVerificationResultFeature>? features)
Parameters
LicenseInvalidException(SerializationInfo, StreamingContext)
Declaration
protected LicenseInvalidException(SerializationInfo info, StreamingContext context)
Parameters
LicenseInvalidException(string?)
Declaration
public LicenseInvalidException(string? message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
LicenseInvalidException(string?, LicenseVerificationResultStorage?, IImmutableList<LicenseVerificationResultFeature>?)
Declaration
public LicenseInvalidException(string? message, LicenseVerificationResultStorage? storage, IImmutableList<LicenseVerificationResultFeature>? features)
Parameters
LicenseInvalidException(string?, LicenseVerificationResultStorage?, IImmutableList<LicenseVerificationResultFeature>?, Exception?)
Declaration
public LicenseInvalidException(string? message, LicenseVerificationResultStorage? storage, IImmutableList<LicenseVerificationResultFeature>? features, Exception? innerException)
Parameters
LicenseInvalidException(string?, Exception?)
Declaration
public LicenseInvalidException(string? message, Exception? innerException)
Parameters
Properties
Features
Declaration
public IImmutableList<LicenseVerificationResultFeature>? Features { get; }
Property Value
Storage
Declaration
public LicenseVerificationResultStorage? Storage { get; }
Property Value
Implements