RandomlyInjectedInconsistentStateException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
임의로 삽입된 를 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
- 상속
- 특성
생성자
속성
CurrentEtag |
현재 메모리에 도움이 되는 Etag 값을 가져오고 업데이트하려고 시도합니다. (다음에서 상속됨 InconsistentStateException) |
StoredEtag |
현재 영구 스토리지에 보관된 Etag 값을 가져옵니다. (다음에서 상속됨 InconsistentStateException) |
메서드
GetObjectData(SerializationInfo, StreamingContext) |
사용되지 않음.
임의로 삽입된 를 InconsistentStateException나타냅니다. (다음에서 상속됨 InconsistentStateException) |
ToString() |
임의로 삽입된 를 InconsistentStateException나타냅니다. (다음에서 상속됨 InconsistentStateException) |