# LibTmux.IncompleteSnapshotException.IncompleteSnapshotException

- **Module:** LibTmux.IncompleteSnapshotException
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Exceptions/IncompleteSnapshotException.cs#L9
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-incompletesnapshotexception-incompletesnapshotexception/

```
LibTmux.IncompleteSnapshotException.IncompleteSnapshotException(relation: string, capturedDepth: SnapshotDepth)
```

Initializes the exception for one uncaptured relation.

## Parameters

- `relation` (string): The relation that was not captured.
- `capturedDepth` (SnapshotDepth): The depth the snapshot reached.
