RandomlyInjectedInconsistentStateException Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta un oggetto inserito InconsistentStateExceptionin modo casuale.
[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
- Ereditarietà
- Attributi
Costruttori
RandomlyInjectedInconsistentStateException() |
Inizializza una nuova istanza della classe RandomlyInjectedInconsistentStateException. |
RandomlyInjectedInconsistentStateException(SerializationInfo, StreamingContext) |
Rappresenta un oggetto inserito InconsistentStateExceptionin modo casuale. |
Proprietà
CurrentEtag |
Ottiene il valore Etag attualmente disponibile nella memoria e il tentativo di aggiornamento. (Ereditato da InconsistentStateException) |
StoredEtag |
Ottiene il valore Etag attualmente contenuto nell'archiviazione permanente. (Ereditato da InconsistentStateException) |
Metodi
GetObjectData(SerializationInfo, StreamingContext) |
Obsoleti.
Rappresenta un oggetto inserito InconsistentStateExceptionin modo casuale. (Ereditato da InconsistentStateException) |
ToString() |
Rappresenta un oggetto inserito InconsistentStateExceptionin modo casuale. (Ereditato da InconsistentStateException) |