On this page
LibTmux.TmuxOptionException
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Exceptions/TmuxOptionException.cs
-
Thrown when tmux refuses an option name or value.
tmux distinguishes unknown, invalid, and ambiguous options, and which one it says depends on its version rather than on anything a caller did. They are one failure here, carrying tmux's own wording and the name that caused it.
2 declared, 0 inherited
Members
- TmuxOptionException method Initializes the exception for one rejected option.
- OptionName property Gets the option tmux was asked about.