Table of Contents

Class StateStoreException

Namespace
GroupeIsa.Neos.ClusterCommunication.DistributedStore
Assembly
GroupeIsa.Neos.ClusterCommunication.dll

Exception thrown when an error occurs while accessing the state store.

public class StateStoreException : Exception, ISerializable
Inheritance
StateStoreException
Implements
Inherited Members

Constructors

StateStoreException()

Initializes a new instance of the StateStoreException class.

public StateStoreException()

StateStoreException(string)

Initializes a new instance of the StateStoreException class.

public StateStoreException(string message)

Parameters

message string

The exception message.

StateStoreException(string, Exception)

Initializes a new instance of the StateStoreException class.

public StateStoreException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.