Table of Contents

Class LanguageServerNotFoundException

Namespace
RDCore.SDK.Client
Assembly
RDCore.SDK.dll

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

Path string

The Path where 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; }

Property Value

string