RandomlyInjectedInconsistentStateException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a randomly injected InconsistentStateException.
[System.Serializable]
public class RandomlyInjectedInconsistentStateException : Orleans.Storage.InconsistentStateException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class RandomlyInjectedInconsistentStateException : Orleans.Storage.InconsistentStateException
[<System.Serializable>]
type RandomlyInjectedInconsistentStateException = class
inherit InconsistentStateException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type RandomlyInjectedInconsistentStateException = class
inherit InconsistentStateException
Public Class RandomlyInjectedInconsistentStateException
Inherits InconsistentStateException
Public NotInheritable Class RandomlyInjectedInconsistentStateException
Inherits InconsistentStateException
- Inheritance
- Attributes
Constructors
RandomlyInjectedInconsistentStateException() |
Initializes a new instance of the RandomlyInjectedInconsistentStateException class. |
RandomlyInjectedInconsistentStateException(SerializationInfo, StreamingContext) |
Properties
CurrentEtag |
Gets the Etag value currently help in memory, and attempting to be updated. (Inherited from InconsistentStateException) |
StoredEtag |
Gets the Etag value currently held in persistent storage. (Inherited from InconsistentStateException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
(Inherited from InconsistentStateException)
|
ToString() | (Inherited from InconsistentStateException) |