# LibTmux.TmuxCommandNotFoundException

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Exceptions/TmuxCommandNotFoundException.cs#L8
- **Page:** https://libtmux.org/reference/dotnet/libtmux-tmuxcommandnotfoundexception/

Reports a missing tmux executable.

Nothing ran, so this is always <see cref="TmuxDispatchState.NotDispatched"/>:
fixing the path and trying again repeats no side effect.

## Members

- `TmuxCommandNotFoundException` (method) — Initializes a command-not-found exception.
- `TmuxBinaryPath` (property) — Gets the configured tmux executable path.
