C# Class StreamProcessorStateDocumentIsMissingPartitionedField, Runtime

Exception that gets thrown when trying to use an unsupported type in StreamProcessorStateDiscriminatorConvention.
Inheritance: EventStoreConsistencyError
Mostrar archivo Open project: dolittle/Runtime

Public Methods

Method Description
StreamProcessorStateDocumentIsMissingPartitionedField ( ObjectId, id ) : MongoDB.Bson

Initializes a new instance of the StreamProcessorStateDocumentIsMissingPartitionedField class.

Method Details

StreamProcessorStateDocumentIsMissingPartitionedField() public method

Initializes a new instance of the StreamProcessorStateDocumentIsMissingPartitionedField class.
public StreamProcessorStateDocumentIsMissingPartitionedField ( ObjectId, id ) : MongoDB.Bson
id ObjectId, The _id field.
return MongoDB.Bson