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, ISerializableRemarks
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
| Name | Type | Description |
|---|---|---|
message | String | The message detailing the miss match. |
itemTypes | Type} | 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; }Returns — Type}