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

# IndexedDbNotFoundException

## Definition

**Assembly:** CloudNimble.BlazorEssentials.IndexedDb.dll

**Namespace:** CloudNimble.BlazorEssentials.IndexedDb

**Inheritance:** CloudNimble.BlazorEssentials.IndexedDb.IndexedDbException

## Syntax

```csharp theme={"dark"}
CloudNimble.BlazorEssentials.IndexedDb.IndexedDbNotFoundException
```

## Constructors

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

#### Syntax

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

#### Parameters

| Name      | Type     | Description |
| --------- | -------- | ----------- |
| `message` | `string` | -           |

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

<Note>Inherited from `CloudNimble.BlazorEssentials.IndexedDb.IndexedDbException`</Note>

#### Syntax

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

#### Parameters

| Name      | Type     | Description |
| --------- | -------- | ----------- |
| `message` | `string` | -           |
