Table of Contents

Class ServerNotFoundException

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 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

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