C# Exception
Array
Class
Collections
File
String
.NET
Algorithm
ASP.NET
Cast
Compression
Data
Delegate
Directive
Enum
Exception
If
Interface
Keyword
LINQ
Loop
Method
Number
Regex
Sort
StringBuilder
Struct
Switch
Time
Value
Windows
Exceptions in C# provide a structured, uniform, and type-safe way of handling
both system-level and application-level error conditions.
Hejlsberg et al., p. 599
Example
Next:
In this program we divide by zero.
And this results in a DivideByZeroException, which is reported.
No comments:
Post a Comment