On this page
LibTmux.TmuxSessionExistsException
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Exceptions/TmuxSessionExistsException.cs
-
Thrown when a session name is already taken.
Distinct from a generic command failure because a caller can act on it: pick another name, or ask tmux to replace the existing session.
2 declared, 0 inherited
Members
- TmuxSessionExistsException method Initializes the exception for one taken session name.
- SessionName property Gets the session name that is already in use.