标签:
Exception Handling Statements (C# Reference)
C# provides built-in support for handling anomalous situations, known as exceptions, which may occur during the execution of your program.
These exceptions are handled by code that is outside the normal flow of control.
The following exception handling topics are explained in this section:
Exception Handling Statements (C# Reference)
标签:
原文地址:http://www.cnblogs.com/chucklu/p/4653713.html