LibTmux.TmuxProtocolException.TmuxProtocolException
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Declared in
- TmuxProtocolException
- Package
- LibTmux
- Source
- src/LibTmux/Exceptions/TmuxProtocolException.cs
- TmuxProtocolException ( message : string , dispatch : TmuxDispatchState , innerException : Exception? ) ( message : string , payload : string , dispatch : TmuxDispatchState , innerException : Exception? )
-
Initializes the exception for an unreadable answer.
- Parameters
-
-
message ( string ) – What could not be read.
-
payload ( string ) – The text that could not be read.
-
dispatch ( TmuxDispatchState ) – Whether tmux had already acted.
-
innerException ( Exception? ) – The failure underneath, when there is one.
-
0 declared, 0 inherited