다음을 통해 공유


TableStorageUpdateConditionNotSatisfiedException 생성자

정의

오버로드

TableStorageUpdateConditionNotSatisfiedException()

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

TableStorageUpdateConditionNotSatisfiedException(String)

업데이트 조건이 충족되지 않아 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, 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, String, Exception)

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

TableStorageUpdateConditionNotSatisfiedException()

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

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

public TableStorageUpdateConditionNotSatisfiedException ();
Public Sub New ()

적용 대상

TableStorageUpdateConditionNotSatisfiedException(String)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

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

public TableStorageUpdateConditionNotSatisfiedException (string msg);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : string -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Public Sub New (msg As String)

매개 변수

msg
String

적용 대상

TableStorageUpdateConditionNotSatisfiedException(SerializationInfo, StreamingContext)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

주의

이 API는 이제 사용되지 않습니다.

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

protected TableStorageUpdateConditionNotSatisfiedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete]
protected TableStorageUpdateConditionNotSatisfiedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
[<System.Obsolete>]
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

특성

적용 대상

TableStorageUpdateConditionNotSatisfiedException(String, Exception)

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

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

public TableStorageUpdateConditionNotSatisfiedException (string msg, Exception exc);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : string * Exception -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Public Sub New (msg As String, exc As Exception)

매개 변수

msg
String
exc
Exception

적용 대상

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

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

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

public TableStorageUpdateConditionNotSatisfiedException (string grainType, Orleans.Runtime.GrainReference grainId, string tableName, string storedEtag, string currentEtag, Exception storageException);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : string * Orleans.Runtime.GrainReference * string * string * string * Exception -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Public Sub New (grainType As String, grainId As GrainReference, tableName As String, storedEtag As String, currentEtag As String, storageException As Exception)

매개 변수

grainType
String
grainId
GrainReference
tableName
String
storedEtag
String
currentEtag
String
storageException
Exception

적용 대상

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

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

public TableStorageUpdateConditionNotSatisfiedException (string grainType, string grainId, string tableName, string storedEtag, string currentEtag, Exception storageException);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : string * string * string * string * string * Exception -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Public Sub New (grainType As String, grainId As String, tableName As String, storedEtag As String, currentEtag As String, storageException As Exception)

매개 변수

grainType
String
grainId
String
tableName
String
storedEtag
String
currentEtag
String
storageException
Exception

적용 대상

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

Source:
TableStorageUpdateConditionNotSatisfiedException.cs

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

public TableStorageUpdateConditionNotSatisfiedException (string errorMsg, string grainType, Orleans.Runtime.GrainReference grainId, string tableName, string storedEtag, string currentEtag, Exception storageException);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : string * string * Orleans.Runtime.GrainReference * string * string * string * Exception -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Public Sub New (errorMsg As String, grainType As String, grainId As GrainReference, tableName As String, storedEtag As String, currentEtag As String, storageException As Exception)

매개 변수

errorMsg
String
grainType
String
grainId
GrainReference
tableName
String
storedEtag
String
currentEtag
String
storageException
Exception

적용 대상

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

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

public TableStorageUpdateConditionNotSatisfiedException (string errorMsg, string grainType, string grainId, string tableName, string storedEtag, string currentEtag, Exception storageException);
new Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException : string * string * string * string * string * string * Exception -> Orleans.Storage.TableStorageUpdateConditionNotSatisfiedException
Public Sub New (errorMsg As String, grainType As String, grainId As String, tableName As String, storedEtag As String, currentEtag As String, storageException As Exception)

매개 변수

errorMsg
String
grainType
String
grainId
String
tableName
String
storedEtag
String
currentEtag
String
storageException
Exception

적용 대상