Class LicenseRevisionException
Thrown if an attempt is made to install a license when there is a newer version of the license already installed
IActivateLicenses IStoreLicensesNamespace: Sp.Agent.Licensing
Assembly: Sp.Agent.dll
Constructors
LicenseRevisionException(Int32, Int32, String)
Creates a new LicenseRevisionException citing the specified activationKey
.
Declaration
public LicenseRevisionException(int newRevision, int existingRevision, string activationKey)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | newRevision | The License Revision Number associated with the license for which installation was attempted. |
System.Int32 | existingRevision | The License Revision Number associated of the license that was already installed. |
System.String | activationKey | The Product for which being processing was taking place at the point of detection of the problem. |
LicenseRevisionException(SerializationInfo, StreamingContext)
Serialization constructor.
Declaration
protected LicenseRevisionException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception