Class CheckoutStorageAccessException
Thrown when the Checkout API encounters a problem accessing the Checkout Storage area within the configured Storage.
Namespace: Sp.Agent.Distributor
Assembly: Sp.Agent.Distributor.dll
Constructors
CheckoutStorageAccessException(Exception)
Creates a new CheckoutStorageAccessException with the cited .
Declaration
public CheckoutStorageAccessException(Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | innerException |
CheckoutStorageAccessException(SerializationInfo, StreamingContext)
Declaration
protected CheckoutStorageAccessException(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