Class LicenseException
Inherited Members
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class LicenseException : Exception, ISerializable, _Exception
Constructors
LicenseException()
Declaration
public LicenseException()
LicenseException(String)
Declaration
public LicenseException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
LicenseException(String, Exception)
Declaration
public LicenseException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | innerException |