# LibTmux.TmuxPaneException

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