Skip to content

InconsistentStateException Properties

Exception thrown when a storage detects an Etag inconsistency when attempting to perform a WriteStateAsync operation.

CurrentEtag

get
View source
[Orleans.Id(2)]
public string CurrentEtag
Gets the Etag value currently help in memory, and attempting to be updated.

StoredEtag

get
View source
[Orleans.Id(1)]
public string StoredEtag
Gets the Etag value currently held in persistent storage.