Class LicenseException
Inheritance
LicenseException
Assembly: Lacuna.Pki.dll
Syntax
public class LicenseException : Exception, ISerializable, _Exception
Constructors
|
Improve this Doc
View Source
LicenseException()
Declaration
public LicenseException()
|
Improve this Doc
View Source
LicenseException(String)
Declaration
public LicenseException(string message)
Parameters
| Type |
Name |
Description |
| String |
message |
|
|
Improve this Doc
View Source
LicenseException(String, Exception)
Declaration
public LicenseException(string message, Exception innerException)
Parameters