Class StorageInaccessibleException
Thrown if there is an issue accessing a license store. Typically this results from misconfiguration or environment changes to the internal storage mechanism employed by a store.
Namespace: Sp.Agent.Storage
Assembly: Sp.Agent.dll
Constructors
StorageInaccessibleException(SerializationInfo, StreamingContext)
Serialization constructor.
Declaration
protected StorageInaccessibleException(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