Table of Contents

Class McpException

Namespace
Mythosia.AI.Mcp
Assembly
Mythosia.AI.Mcp.dll

Exception thrown when an MCP protocol error occurs.

public class McpException : Exception, ISerializable
Inheritance
McpException
Implements
Inherited Members

Constructors

McpException(string)

public McpException(string message)

Parameters

message string

McpException(string, Exception)

public McpException(string message, Exception innerException)

Parameters

message string
innerException Exception