LibTmux.Workspace.WorkspaceBuildException
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
-
Reports a workspace failure and the tmux state created before it.
Discussed in .NET workspace builder behavior , .NET workspace builder API
Members
- WorkspaceBuildException ( partialResult : WorkspaceResult? , failure : Exception )
-
Initializes a workspace build exception.
- Parameters
-
-
partialResult ( WorkspaceResult? ) – The materialized state, or null when none was read.
-
failure ( Exception ) – The operation that failed.
-
- PartialResult : WorkspaceResult?
-
Gets the session and windows materialized before failure, when known.
Discussed in Build a workspace from a file · Use the .NET workspace builder , .NET workspace builder behavior , .NET workspace builder API