# LibTmux.TmuxPaneException

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

Thrown when a pane operation is refused before tmux sees it.

Reserved for refusals that are about the pane rather than the shape of the
request: an argument the caller got wrong stays an
<see cref="ArgumentException" />, and a command tmux rejected stays a
<see cref="TmuxCommandException" />.

## Members

- `TmuxPaneException` (method) — Initializes the exception for one pane.
- `PaneId` (property) — Gets the pane the request named.
