다음을 통해 공유


InconsistentStateException 클래스

정의

WriteStateAsync 작업을 수행하려고 할 때 스토리지가 Etag 불일치를 검색할 때 throw되는 예외입니다.

[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
상속
InconsistentStateException
파생
특성

생성자

InconsistentStateException()

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

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

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

InconsistentStateException(String)

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

InconsistentStateException(String, Exception)

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

InconsistentStateException(String, String, Exception)

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

InconsistentStateException(String, String, String)

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

InconsistentStateException(String, String, String, Exception)

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

속성

CurrentEtag

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

StoredEtag

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

메서드

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

WriteStateAsync 작업을 수행하려고 할 때 스토리지가 Etag 불일치를 검색할 때 throw되는 예외입니다.

ToString()

WriteStateAsync 작업을 수행하려고 할 때 스토리지가 Etag 불일치를 검색할 때 throw되는 예외입니다.

적용 대상