다음을 통해 공유


RandomlyInjectedInconsistentStateException 클래스

정의

임의로 삽입된 를 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
상속
RandomlyInjectedInconsistentStateException
특성

생성자

RandomlyInjectedInconsistentStateException()

RandomlyInjectedInconsistentStateException 클래스의 새 인스턴스를 초기화합니다.

RandomlyInjectedInconsistentStateException(SerializationInfo, StreamingContext)

임의로 삽입된 를 InconsistentStateException나타냅니다.

속성

CurrentEtag

현재 메모리에 도움이 되는 Etag 값을 가져오고 업데이트하려고 시도합니다.

(다음에서 상속됨 InconsistentStateException)
StoredEtag

현재 영구 스토리지에 보관된 Etag 값을 가져옵니다.

(다음에서 상속됨 InconsistentStateException)

메서드

GetObjectData(SerializationInfo, StreamingContext)
사용되지 않음.

임의로 삽입된 를 InconsistentStateException나타냅니다.

(다음에서 상속됨 InconsistentStateException)
ToString()

임의로 삽입된 를 InconsistentStateException나타냅니다.

(다음에서 상속됨 InconsistentStateException)

적용 대상