TableStorageUpdateConditionNotSatisfiedException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
TableStorageUpdateConditionNotSatisfiedException()
업데이트 조건이 충족되지 않아 Azure Table Storage 예외가 throw될 때 발생하는 예외입니다.
public TableStorageUpdateConditionNotSatisfiedException ();
Public Sub New ()
적용 대상
TableStorageUpdateConditionNotSatisfiedException(String)
업데이트 조건이 충족되지 않아 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)
주의
이 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)
매개 변수
- info
- SerializationInfo
- context
- StreamingContext
- 특성
적용 대상
TableStorageUpdateConditionNotSatisfiedException(String, Exception)
업데이트 조건이 충족되지 않아 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)
업데이트 조건이 충족되지 않아 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)
업데이트 조건이 충족되지 않아 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