Class StoreNotEmptyException
Indicates that the store for the ProductContextFor(String, String) still has licenses installed in it and hence cannot be Uninitialize() until the licenses have been Delete(String).
Namespace: Sp.Agent.Storage
Assembly: Sp.Agent.dll
Constructors
StoreNotEmptyException(SerializationInfo, StreamingContext)
Serialization constructor.
Declaration
protected StoreNotEmptyException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
StoreNotEmptyException(String, Tuple<String, String, String>)
Constructs a new StoreNotEmptyException.
Declaration
public StoreNotEmptyException(string storeName, Tuple<string, string, string> vendorProductVersion)
Parameters
Type | Name | Description |
---|---|---|
System.String | storeName | The name of the Store that was not empty. |
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