Show / Hide Table of Contents

Class DataStoreAccessFailedException

An exception that is thrown when IDataStoreProvider fails to access the data store to save/delete/load data.

Inheritance
object
Exception
ArubaException
DataStoreAccessFailedException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Aruba.Infrastructure.Exceptions
Assembly: Aruba.Infrastructure.dll
Syntax
public class DataStoreAccessFailedException : ArubaException, ISerializable

Constructors

View Source

DataStoreAccessFailedException()

Initializes a new instance of the DataStoreAccessFailedException class. Loosely based on BugAnywhereException from the original BugAnywhere code.

Declaration
public DataStoreAccessFailedException()
View Source

DataStoreAccessFailedException(string)

Initializes a new instance of the DataStoreAccessFailedException class.

Declaration
public DataStoreAccessFailedException(string message)
Parameters
Type Name Description
string message

The exception message.

View Source

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.

Implements

ISerializable
  • View Source
In this article
Back to top Generated by DocFX