InvalidEtagConfigurationException
An exception stating that the mix of verifyEtag and the Etag value on the item were incompatible.
Namespace: Microsoft.Azure.CosmosRepository.Exceptions
Kind: class
An exception stating that the mix of verifyEtag and the Etag value on the item were incompatible.
Please ensure your Item implementation implements IItemWithEtag.
public class InvalidEtagConfigurationException : Exception, ISerializableRemarks
Constructor specifying the message to set in the exception.
Example
Members
Constructor
InvalidEtagConfigurationException.InvalidEtagConfigurationException(string)
An exception stating that the mix of verifyEtag and the Etag value on the item were incompatible.
Please ensure your Item implementation implements IItemWithEtag.
public InvalidEtagConfigurationException(string message)Parameters
| Name | Type | Description |
|---|---|---|
message | String | The message for the exception. |
Constructor specifying the message to set in the exception.