Class DataStoreAccessFailedException
An exception that is thrown when IDataStoreProvider fails to access the data store to save/delete/load data.
Implements
Inherited Members
Namespace: Aruba.Infrastructure.Exceptions
Assembly: Aruba.Infrastructure.dll
Syntax
public class DataStoreAccessFailedException : ArubaException, ISerializable
Constructors
View SourceDataStoreAccessFailedException()
Initializes a new instance of the DataStoreAccessFailedException class. Loosely based on BugAnywhereException from the original BugAnywhere code.
Declaration
public DataStoreAccessFailedException()
DataStoreAccessFailedException(string)
Initializes a new instance of the DataStoreAccessFailedException class.
Declaration
public DataStoreAccessFailedException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message. |
DataStoreAccessFailedException(string, Exception)
Initializes a new instance of the DataStoreAccessFailedException class.
Declaration
public DataStoreAccessFailedException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message. |
Exception | inner | The exception's inner exception. |