# LibTmux.TmuxProtocolException.TmuxProtocolException

- **Module:** LibTmux.TmuxProtocolException
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Exceptions/TmuxProtocolException.cs#L20
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-tmuxprotocolexception-tmuxprotocolexception/

```
LibTmux.TmuxProtocolException.TmuxProtocolException(message: string, dispatch: TmuxDispatchState, innerException: Exception?)
```

Initializes the exception for an unreadable answer.

## Parameters

- `message` (string): What could not be read.
- `dispatch` (TmuxDispatchState): Whether tmux had already acted.
- `innerException` (Exception?): The failure underneath, when there is one.
