Class ReadingStorageInaccessibleException
Thrown if there is an issue reading a License from a Store
Typically this results from misconfiguration or environment changes to the internal storage mechanism employed by a store.
This exception often forms part of the details of a NotLicensedException.
IInitializeStores NotLicensedException IQueryLicensesNamespace: Sp.Agent.Storage
Assembly: Sp.Agent.dll
Constructors
ReadingStorageInaccessibleException(Tuple<String, String, String>, Exception)
Creates a new ReadingStorageInaccessibleException citing the specified productId
.
Declaration
public ReadingStorageInaccessibleException(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