Class ActivationKeyException
Indicates that the license activation key is an invalid activation Key. The key cannot be used for this product.
Implements
Namespace: Sartorius.SAF.Licensing.Revenera.Exceptions
Assembly: Sartorius.SAF.Licensing.Revenera.dll
Syntax
[Serializable]
public class ActivationKeyException : LicenseException, ISerializable
Constructors
View SourceActivationKeyException()
Create a new instance of Activation
Declaration
public ActivationKeyException()
ActivationKeyException(SerializationInfo, StreamingContext)
Initializes a new instance of the Activation
Declaration
protected ActivationKeyException(SerializationInfo si, StreamingContext ctx)
Parameters
Type | Name | Description |
---|---|---|
System. |
si | The System. |
System. |
ctx | The System. |
ActivationKeyException(String)
Initializes a new instance of the Activation
Declaration
public ActivationKeyException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The error message that explains the reason for the exception. |
ActivationKeyException(String, Exception)
Initializes a new instance of the Activation
Declaration
public ActivationKeyException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The error message that explains the reason for the exception, or an empty string |
System. |
innerException | The inner exception. |