CosmosConditionNotSatisfiedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CosmosConditionNotSatisfiedException() |
Exception thrown when a Cosmos DB exception is thrown due to update conditions not being satisfied. |
CosmosConditionNotSatisfiedException(String) |
Exception thrown when a Cosmos DB exception is thrown due to update conditions not being satisfied. |
CosmosConditionNotSatisfiedException(SerializationInfo, StreamingContext) |
Obsolete.
Exception thrown when a Cosmos DB exception is thrown due to update conditions not being satisfied. |
CosmosConditionNotSatisfiedException(String, Exception) |
Exception thrown when a Cosmos DB exception is thrown due to update conditions not being satisfied. |
CosmosConditionNotSatisfiedException(String, GrainId, String, String, String) |
Exception thrown when a Cosmos DB exception is thrown due to update conditions not being satisfied. |
CosmosConditionNotSatisfiedException(String, String, GrainId, String, String, String) |
Exception thrown when a Cosmos DB exception is thrown due to update conditions not being satisfied. |
CosmosConditionNotSatisfiedException()
Exception thrown when a Cosmos DB exception is thrown due to update conditions not being satisfied.
public CosmosConditionNotSatisfiedException();
Public Sub New ()
Applies to
CosmosConditionNotSatisfiedException(String)
Exception thrown when a Cosmos DB exception is thrown due to update conditions not being satisfied.
public CosmosConditionNotSatisfiedException(string msg);
new Orleans.Persistence.Cosmos.CosmosConditionNotSatisfiedException : string -> Orleans.Persistence.Cosmos.CosmosConditionNotSatisfiedException
Public Sub New (msg As String)
Parameters
- msg
- String
Applies to
CosmosConditionNotSatisfiedException(SerializationInfo, StreamingContext)
Caution
This API is now deprecated.
Exception thrown when a Cosmos DB exception is thrown due to update conditions not being satisfied.
[System.Obsolete]
protected CosmosConditionNotSatisfiedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Obsolete>]
new Orleans.Persistence.Cosmos.CosmosConditionNotSatisfiedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Persistence.Cosmos.CosmosConditionNotSatisfiedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
- Attributes
Applies to
CosmosConditionNotSatisfiedException(String, Exception)
Exception thrown when a Cosmos DB exception is thrown due to update conditions not being satisfied.
public CosmosConditionNotSatisfiedException(string msg, Exception exc);
new Orleans.Persistence.Cosmos.CosmosConditionNotSatisfiedException : string * Exception -> Orleans.Persistence.Cosmos.CosmosConditionNotSatisfiedException
Public Sub New (msg As String, exc As Exception)
Parameters
- msg
- String
- exc
- Exception
Applies to
CosmosConditionNotSatisfiedException(String, GrainId, String, String, String)
Exception thrown when a Cosmos DB exception is thrown due to update conditions not being satisfied.
public CosmosConditionNotSatisfiedException(string grainType, Orleans.Runtime.GrainId grainId, string collection, string storedEtag, string currentEtag);
new Orleans.Persistence.Cosmos.CosmosConditionNotSatisfiedException : string * Orleans.Runtime.GrainId * string * string * string -> Orleans.Persistence.Cosmos.CosmosConditionNotSatisfiedException
Public Sub New (grainType As String, grainId As GrainId, collection As String, storedEtag As String, currentEtag As String)
Parameters
- grainType
- String
- grainId
- GrainId
- collection
- String
- storedEtag
- String
- currentEtag
- String
Applies to
CosmosConditionNotSatisfiedException(String, String, GrainId, String, String, String)
Exception thrown when a Cosmos DB exception is thrown due to update conditions not being satisfied.
public CosmosConditionNotSatisfiedException(string errorMsg, string grainType, Orleans.Runtime.GrainId grainId, string collection, string storedEtag, string currentEtag);
new Orleans.Persistence.Cosmos.CosmosConditionNotSatisfiedException : string * string * Orleans.Runtime.GrainId * string * string * string -> Orleans.Persistence.Cosmos.CosmosConditionNotSatisfiedException
Public Sub New (errorMsg As String, grainType As String, grainId As GrainId, collection As String, storedEtag As String, currentEtag As String)
Parameters
- errorMsg
- String
- grainType
- String
- grainId
- GrainId
- collection
- String
- storedEtag
- String
- currentEtag
- String