Table of Contents

Method ReceiveFailed

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

ReceiveFailed(string, Exception)

Creates a transport exception for a message receive failure.

public static McpTransportException ReceiveFailed(string transportType, Exception innerException)

Parameters

transportType string

The transport type.

innerException Exception

The underlying exception.

Returns

McpTransportException

A new McpTransportException instance.