On this page
LibTmux.TmuxPaneException
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Exceptions/TmuxPaneException.cs
-
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
ArgumentException, and a command tmux rejected stays aTmuxCommandException.
2 declared, 0 inherited
Members
- TmuxPaneException method Initializes the exception for one pane.
- PaneId property Gets the pane the request named.