Class LanguageServerNotFoundException
This exception is thrown when a LSP client application cannot locate the LSP server executable as configured.
public class LanguageServerNotFoundException : BadConfigurationException, ISerializable
- Inheritance
-
LanguageServerNotFoundException
- Implements
- Inherited Members
Constructors
LanguageServerNotFoundException(string)
This exception is thrown when a LSP client application cannot locate the LSP server executable as configured.
public LanguageServerNotFoundException(string Path)
Parameters
PathstringThe
Pathwhere the LSP language server application was expected to be found.
Properties
Path
Gets the Path where the LSP language server application was expected to be found.
public string Path { get; }