# LibTmux.TmuxCommandNotFoundException

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Exceptions/TmuxCommandNotFoundException.cs#L8
- **Page:** https://libtmux.org/en/dotnet/latest/reference/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.
