Class LicenseNotFoundException
Indicates that the specified license was not found in the store for the ProductContextFor(String, String).
See Delete(String).
Namespace: Sp.Agent.Storage
Assembly: Sp.Agent.dll
Constructors
LicenseNotFoundException(SerializationInfo, StreamingContext)
Serialization constructor.
Declaration
protected LicenseNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
LicenseNotFoundException(String, Tuple<String, String, String>)
Constructs a new LicenseNotFoundException.
Declaration
public LicenseNotFoundException(string activationKey, Tuple<string, string, string> vendorProductVersion)
Parameters
Type | Name | Description |
---|---|---|
System.String | activationKey | The activation key for the license that could not be located. |
System.Tuple<System.String, System.String, System.String> | vendorProductVersion | The product Id based on the ProductContextFor(String, String). |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception