Search documentationEsc

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, ISerializable

Remarks

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

NameTypeDescription
messageStringThe message for the exception.

Constructor specifying the message to set in the exception.