Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.Workspace.WorkspaceBuildException

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

class LibTmux.Workspace.WorkspaceBuildException
class [source]
class [source]
class LibTmux.Workspace.WorkspaceBuildException

Reports a workspace failure and the tmux state created before it.

Discussed in .NET workspace builder behavior , .NET workspace builder API

Members

WorkspaceBuildException

WorkspaceBuildException ( partialResult : WorkspaceResult? , failure : Exception )
method [source]
method [source]
WorkspaceBuildException

Initializes a workspace build exception.

Parameters
  • partialResult ( WorkspaceResult? ) – The materialized state, or null when none was read.

  • failure ( Exception ) – The operation that failed.

PartialResult

PartialResult : WorkspaceResult?
property [source]
property [source]
PartialResult

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

Esc

Type to search.