Class LicenseException
License related exception
[Obfuscation(Feature = "renaming,stringencryption")]
public class LicenseException : Exception, ISerializable
- Inheritance
-
LicenseException
- Implements
- Inherited Members
- Extension Methods
Constructors
LicenseException()
Instantiates a new license exception.
public LicenseException()
LicenseException(SerializationInfo, StreamingContext)
Instantiates a new license exception.
protected LicenseException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
LicenseException(string)
Instantiates a new license exception with the specified message
public LicenseException(string message)
Parameters
message
string
LicenseException(string, Exception)
Instantiates a new license exception with the specified message and inner exception.
public LicenseException(string message, Exception inner)