Class CheckoutRequiresStorageException
Thrown when the Checkout API is being accessed while no suitable Storage has been configured.
Namespace: Sp.Agent.Distributor
Assembly: Sp.Agent.Distributor.dll
Remarks
In order to use the Checkout API, Sp.Agent needs to be configured with a File Based Storage mechanism (i.e. the Configure(Func<IAgentCommenceConfigurationPhase, IAgentCompletedConfigurationPhase>) expression needs to include an appropriate store definition).
Constructors
CheckoutRequiresStorageException()
Creates a new CheckoutRequiresStorageException.
Declaration
public CheckoutRequiresStorageException()
CheckoutRequiresStorageException(SerializationInfo, StreamingContext)
Declaration
protected CheckoutRequiresStorageException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception