Constructor McpServerException
McpServerException(McpErrorCode, string)
Initializes a new instance.
public McpServerException(McpErrorCode errorCode, string message)
Parameters
errorCodeMcpErrorCodeThe JSON-RPC error code.
messagestringA 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
errorCodeMcpErrorCodeThe JSON-RPC error code.
messagestringA description of the fault.
innerExceptionExceptionThe underlying fault.