Skip to content

InconsistentStateException

class

Namespace: Orleans.Storage

Exception thrown when a storage detects an Etag inconsistency when attempting to perform a WriteStateAsync operation.
[Orleans.GenerateSerializer]
public class InconsistentStateException : OrleansException

Constructors

Properties

  • CurrentEtagGets the Etag value currently help in memory, and attempting to be updated.
  • StoredEtagGets the Etag value currently held in persistent storage.

Methods