Search documentationEsc

MissMatchedChangeFeedOptionsException

An exception stating that `IItem`'s sharing a container have configured different change feed options.

Namespace: Microsoft.Azure.CosmosRepository.Exceptions
Kind: class

An exception stating that IItem’s sharing a container have configured different change feed options.

public class MissMatchedChangeFeedOptionsException : Exception, ISerializable

Remarks

Creates a MissMatchedChangeFeedOptionsException

Example

Members

Constructor

MissMatchedChangeFeedOptionsException.MissMatchedChangeFeedOptionsException(string, IReadOnlyList<Type>)

An exception stating that IItem’s sharing a container have configured different change feed options.

public MissMatchedChangeFeedOptionsException(string message, IReadOnlyList<Type> itemTypes)

Parameters

NameTypeDescription
messageStringThe message detailing the miss match.
itemTypesType}The types of IItem’s that are miss matched.

Creates a MissMatchedChangeFeedOptionsException

Property

MissMatchedChangeFeedOptionsException.ItemTypes

The types of IItem’s which are sharing a container.

public IReadOnlyList<Type> ItemTypes { get; }

ReturnsType}