Table of Contents

Class InvalidFullTextIndexException

Namespace
YndigoBlue.Velocity.Exceptions
Assembly
YndigoBlue.Velocity.dll

Thrown when a full-text index cannot be created due to an invalid or missing primary key configuration.

[Serializable]
public class InvalidFullTextIndexException : Exception, ISerializable
Inheritance
InvalidFullTextIndexException
Implements

Remarks

Full-text indexes require the target table to have exactly one primary key constraint with exactly one column. This exception is raised when those requirements are not met.

Constructors

InvalidFullTextIndexException()

Initializes a new instance of the InvalidFullTextIndexException class.

InvalidFullTextIndexException(string)

Initializes a new instance of the InvalidFullTextIndexException class with a specified error message.

Properties

TableName

Gets or sets the name of the table on which the full-text index creation was attempted.