Class InvalidStorageAccessException
Thrown if there is an issue accessing a License Store
This results if there was an incorrect initialization of the store which resulted in insufficient privileges.
This exception often forms part of the details of a NotLicensedException.
NotLicensedException IQueryLicensesNamespace: Sp.Agent.Storage
Assembly: Sp.Agent.dll
Constructors
InvalidStorageAccessException(Tuple<String, String, String>, Exception)
Creates a new InvalidStorageAccessException citing the specified productId
.
Declaration
public InvalidStorageAccessException(Tuple<string, string, string> productId, Exception innerException)
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. |
System.Exception | innerException | The underlying cause. |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception