Class InvalidStorageException
Thrown if there is an issue accessing a License Store
This results from the License Store being marked invalid due to an unexpectedly large deviation in System Time.
This exception often forms part of the details of a NotLicensedException.
NotLicensedException IQueryLicensesNamespace: Sp.Agent.Storage
Assembly: Sp.Agent.dll
Constructors
InvalidStorageException(Tuple<String, String, String>)
Creates a new InvalidStorageException citing the specified productId
.
Declaration
public InvalidStorageException(Tuple<string, string, string> productId)
Parameters
Type | Name | Description |
---|---|---|
System.Tuple<System.String, System.String, System.String> | productId | The Product for which being processing was taking place at the point of detection of the problem. |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception