Table of Contents

Constructor DatabaseSchemaTextSearchConfigurationMismatchException

Namespace
MailFathom.Application.Persistence
Assembly
MailFathom.Application.dll

DatabaseSchemaTextSearchConfigurationMismatchException(string, string, string)

Initializes a new text search configuration mismatch between the schema and the configuration.

public DatabaseSchemaTextSearchConfigurationMismatchException(string operatorSafeMessage, string schemaConfiguration, string configuredConfiguration)

Parameters

operatorSafeMessage string

A message naming both configurations and how to reconcile them.

schemaConfiguration string

The configuration the lexical index was actually built with.

configuredConfiguration string

The configuration this process was configured to use.