Class LicenseException
Inheritance
LicenseException
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public class LicenseException : Exception, ISerializable
Constructors
LicenseException()
Declaration
public LicenseException()
LicenseException(SerializationInfo, StreamingContext)
Declaration
protected LicenseException(SerializationInfo info, StreamingContext context)
Parameters
LicenseException(string?)
Declaration
public LicenseException(string? message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
LicenseException(string?, Exception?)
Declaration
public LicenseException(string? message, Exception? innerException)
Parameters
Implements