Table of Contents

Class ServerProtocolSdkException

Namespace
RDCore.SDK
Assembly
RDCore.SDK.dll

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

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

Constructors

ServerProtocolSdkException(string, string?, Exception?)

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

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

Parameters

message string
verbose string
inner Exception