LibTmux.TmuxOptionException
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- 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
- OptionName property Gets the option tmux was asked about.
- TmuxOptionException method Initializes the exception for one rejected option.