解析错误 [英] Parsing error

查看:84
本文介绍了解析错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

以下代码有什么问题:

 

因为无论我做什么,编译器都会继续告诉我

Because no matter what I do the compiler is continuing to tell me

我正在Visual Studio 2015社区版中对此进行编译

I am compiling this in Visual Studio 2015 community edition

推荐答案

如果您运行的应用程序却未指定CommandlineArgument,它将在以下位置引发该错误

if you run the application without specifying a CommandlineArgument it will raise that error at

int输入= int.Parse(userInput [0]);.

int input = int.Parse(userInput[0]);.

检查userInput是否为null以及其长度:

Check for userInput being null and also its length:

此致

 托尔斯滕


这篇关于解析错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆