> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# TursoDbException

> Represents an error that occurred during a Turso database operation.

## Definition

**Assembly:** CloudNimble.BlazorEssentials.TursoDb.dll

**Namespace:** CloudNimble.BlazorEssentials.TursoDb

**Inheritance:** System.Exception

## Syntax

```csharp theme={"dark"}
CloudNimble.BlazorEssentials.TursoDb.TursoDbException
```

## Summary

Represents an error that occurred during a Turso database operation.

## Constructors

### <Icon icon="hammer" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> .ctor

Represents an error that occurred during a Turso database operation.

#### Syntax

```csharp theme={"dark"}
public TursoDbException(string message)
```

#### Parameters

| Name      | Type     | Description                                 |
| --------- | -------- | ------------------------------------------- |
| `message` | `string` | The error message describing the exception. |
