Lecture overview -- Keyboard shortcut: 'u'  Previous page: Errors as Objects -- Keyboard shortcut: 'p'  Next page: Exceptions and Exception Handling in C# [Section] -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Page 14 : 30
Object-oriented Programming in C#
Exception Handling
Classification of Errors

Errors can be classified and specialized by means of a class hierarchy

A sample error classification hierarchy