Table of Contents

Constructor McpServerException

Namespace
LMKit.Mcp.Server
Assembly
LM-Kit.NET.dll

McpServerException(McpErrorCode, string)

Initializes a new instance.

public McpServerException(McpErrorCode errorCode, string message)

Parameters

errorCode McpErrorCode

The JSON-RPC error code.

message string

A description of the fault.

McpServerException(McpErrorCode, string, Exception)

Initializes a new instance carrying an inner exception.

public McpServerException(McpErrorCode errorCode, string message, Exception innerException)

Parameters

errorCode McpErrorCode

The JSON-RPC error code.

message string

A description of the fault.

innerException Exception

The underlying fault.

Share