Table of Contents

Class LanguageServerProtocolSdkException

Namespace
RDCore.SDK
Assembly
RDCore.SDK.dll

Something went wrong in the LSP client/server configuration layer.

public class LanguageServerProtocolSdkException : SdkException, ISerializable
Inheritance
LanguageServerProtocolSdkException
Implements
Inherited Members

Constructors

LanguageServerProtocolSdkException(string, string?, Exception?)

Something went wrong in the LSP client/server configuration layer.

public LanguageServerProtocolSdkException(string message, string? verbose = null, Exception? inner = null)

Parameters

message string
verbose string
inner Exception