Class McpException
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
messagestring
McpException(string, Exception)
public McpException(string message, Exception innerException)