Class LicenseException
Inheritance
System.Object
LicenseException
Assembly: NineDigit.eKasa.dll
Syntax
public class LicenseException : Exception
Constructors
LicenseException()
Declaration
public LicenseException()
LicenseException(SerializationInfo, StreamingContext)
Declaration
protected LicenseException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
System.Runtime.Serialization.SerializationInfo |
info |
|
System.Runtime.Serialization.StreamingContext |
context |
|
LicenseException(String)
Declaration
public LicenseException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
LicenseException(String, Exception)
Declaration
public LicenseException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Exception |
innerException |
|