Table of Contents

Class UnsupportedOperationException

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

Thrown when attempting to perform an operation that is not supported by the current database provider or context.

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

Remarks

This exception occurs when a requested operation cannot be performed due to database-specific limitations, feature unavailability, or incompatible operation contexts. Common scenarios include attempting to use database features not supported by a specific provider (e.g., full-text search on SQLite), performing operations not allowed in the current transaction state, or using functionality that requires additional database configuration.

Constructors

UnsupportedOperationException()

Initializes a new instance of the UnsupportedOperationException class.

UnsupportedOperationException(string)

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

Properties

Operation

Gets or sets the name of the operation that is not supported.