다음을 통해 공유


TableStorageUpdateConditionNotSatisfiedException 클래스

정의

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

[System.Serializable]
public class TableStorageUpdateConditionNotSatisfiedException : Orleans.Storage.InconsistentStateException
[System.Serializable]
[Orleans.GenerateSerializer]
public class TableStorageUpdateConditionNotSatisfiedException : Orleans.Storage.InconsistentStateException
[<System.Serializable>]
type TableStorageUpdateConditionNotSatisfiedException = class
    inherit InconsistentStateException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type TableStorageUpdateConditionNotSatisfiedException = class
    inherit InconsistentStateException
Public Class TableStorageUpdateConditionNotSatisfiedException
Inherits InconsistentStateException
상속
TableStorageUpdateConditionNotSatisfiedException
특성

생성자

TableStorageUpdateConditionNotSatisfiedException()

업데이트 조건이 충족되지 않아 Azure Table Storage 예외가 throw될 때 발생하는 예외입니다.

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

업데이트 조건이 충족되지 않아 Azure Table Storage 예외가 throw될 때 발생하는 예외입니다.

TableStorageUpdateConditionNotSatisfiedException(String, Exception)

업데이트 조건이 충족되지 않아 Azure Table Storage 예외가 throw될 때 발생하는 예외입니다.

TableStorageUpdateConditionNotSatisfiedException(String, GrainReference, String, String, String, Exception)

업데이트 조건이 충족되지 않아 Azure Table Storage 예외가 throw될 때 발생하는 예외입니다.

TableStorageUpdateConditionNotSatisfiedException(String, String, GrainReference, String, String, String, Exception)

업데이트 조건이 충족되지 않아 Azure Table Storage 예외가 throw될 때 발생하는 예외입니다.

TableStorageUpdateConditionNotSatisfiedException(String, String, String, String, String, Exception)

업데이트 조건이 충족되지 않아 Azure Table Storage 예외가 throw될 때 발생하는 예외입니다.

TableStorageUpdateConditionNotSatisfiedException(String, String, String, String, String, String, Exception)

업데이트 조건이 충족되지 않아 Azure Table Storage 예외가 throw될 때 발생하는 예외입니다.

TableStorageUpdateConditionNotSatisfiedException(String)

업데이트 조건이 충족되지 않아 Azure Table Storage 예외가 throw될 때 발생하는 예외입니다.

속성

CurrentEtag

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

(다음에서 상속됨 InconsistentStateException)
GrainId

조직의 ID

GrainType

이 예외를 throw하는 조직 유형

StoredEtag

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

(다음에서 상속됨 InconsistentStateException)
TableName

Azure 테이블 이름

메서드

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

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

ToString()

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

(다음에서 상속됨 InconsistentStateException)

적용 대상