C# Class Microsoft.Azure.CosmosRepository.Exceptions.InvalidEtagConfigurationException

An exception stating that the mix of verifyEtag and the Etag value on the item were incompatible. Please ensure your Item implementation implements IItemWithEtag.
Inheritance: Exception
Show file Open project: IEvangelist/azure-cosmos-dotnet-repository

Public Methods

Method Description
InvalidEtagConfigurationException ( string message ) : System

Constructor specifying the message to set in the exception.

Method Details

InvalidEtagConfigurationException() public method

Constructor specifying the message to set in the exception.
public InvalidEtagConfigurationException ( string message ) : System
message string The message for the exception.
return System