Table of Contents

Method SendFailed

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

SendFailed(string, Exception)

Creates a transport exception for a message send failure.

public static McpTransportException SendFailed(string transportType, Exception innerException)

Parameters

transportType string

The transport type.

innerException Exception

The underlying exception.

Returns

McpTransportException

A new McpTransportException instance.