Try, try?

Source: Internet
Author: User

/* Try
{
Int I = int. parse (console. Readline ());
Console. Write ("if there is no error, it will execute:" + I + ","); // It runs normally. Execute here
}
Catch (exception e) // if an error occurs, it will jump here.
{
Console. Write ("Unknown error occurs in the program. Please send the error report to us" + E + ",");
}
Finally
{
Console. Write ("Thank you for your cooperation"); // You can execute
}
Console. Readline ();*/

 

 

 

In vs, the color is distinct, and it is messy to copy it out.

 

 

 

Relatively speaking, I am good at making a single mistake, but the fatal weakness is... I often cannot remember "1 "...

Try, try?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.