Class ServerNotFoundException
This exception is thrown when a LSP client application cannot locate the LSP server executable as configured.
public class ServerNotFoundException : BadConfigurationException, ISerializable
- Inheritance
-
ServerNotFoundException
- Implements
- Inherited Members
Constructors
ServerNotFoundException(string)
This exception is thrown when a LSP client application cannot locate the LSP server executable as configured.
public ServerNotFoundException(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; }