InconsistentStateException Class

Definition

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

[System.Serializable]
public class InconsistentStateException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public class InconsistentStateException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type InconsistentStateException = class
    inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type InconsistentStateException = class
    inherit OrleansException
Public Class InconsistentStateException
Inherits OrleansException
Inheritance
InconsistentStateException
Derived
Attributes

Constructors

InconsistentStateException()

Initializes a new instance of the InconsistentStateException class.

InconsistentStateException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of the InconsistentStateException class.

InconsistentStateException(String)

Initializes a new instance of the InconsistentStateException class.

InconsistentStateException(String, Exception)

Initializes a new instance of the InconsistentStateException class.

InconsistentStateException(String, String, Exception)

Initializes a new instance of the InconsistentStateException class.

InconsistentStateException(String, String, String)

Initializes a new instance of the InconsistentStateException class.

InconsistentStateException(String, String, String, Exception)

Initializes a new instance of the InconsistentStateException class.

Properties

CurrentEtag

Gets the Etag value currently help in memory, and attempting to be updated.

StoredEtag

Gets the Etag value currently held in persistent storage.

Methods

GetObjectData(SerializationInfo, StreamingContext)
Obsolete.

When overridden in a derived class, sets the SerializationInfo with information about the exception.

ToString()

Creates and returns a string representation of the current exception.

Applies to