Explore: Exception Handling
Discover books, insights, and more — all in one place.
Learn more about Exception Handling with top reads curated from trusted sources — all in one place.
AI-Generated Overview About “exception-handling”:
Books Results
Source: The Open Library
The Open Library Search Results
Search results from The Open Library
1Fundamentals of Computer Programming with CSharp Free Book (by Nakov & Co.)
By Svetlin Nakov

“Fundamentals of Computer Programming with CSharp Free Book (by Nakov & Co.)” Metadata:
- Title: ➤ Fundamentals of Computer Programming with CSharp Free Book (by Nakov & Co.)
- Author: Svetlin Nakov
- Language: English
- Number of Pages: Median: 1132
- Publisher: Svetlin Nakov
- Publish Date: 2013
- Publish Location: Sofia, Bulgaria
“Fundamentals of Computer Programming with CSharp Free Book (by Nakov & Co.)” Subjects and Themes:
- Subjects: ➤ free - programming - book - computer programming - programming fundamentals - ebook - book programming - C# - CSharp - C# book - tutorial - C# tutorial; programming concepts - compiler - Visual Studio - .NET - .NET Framework - data types - variables - expressions - statements - console - conditional statements - control-flow logic - loops - arrays - numeral systems - methods - strings - text processing - StringBuilder - exceptions - exception handling - stack trace - streams - files - text files - linear data structures - list - linked list - stack - queue - tree - balanced tree - graph - depth-first search - DFS - breadth-first search - BFS - dictionaries - hash tables - associative arrays - sets - algorithms - sorting algorithm - searching algorithms - recursion - combinatorial algorithms - algorithm complexity - OOP - object-oriented programming - classes - objects - constructors - fields - properties - static members - abstraction - interfaces - encapsulation - inheritance - virtual methods - polymorphism - cohesion - coupling - enumerations - generics - namespaces - UML - design patterns - extension methods - annonymous types - lambda expressions - LINQ - code quality - high-quality code - high-quality classes - high-quality methods - code formatting - self-documenting code - code refactoring - problem solving - problem solving methodology
- People: Svetlin Nakov - Vesko Kolev
- Places: Sofia - Bulgaria - Pravetz - Veliko Tarnovo
- Time: 2013
Edition Identifiers:
- The Open Library ID: OL25431430M
- All ISBNs: 9544007733 - 9789544007737
Access and General Info:
- First Year Published: 2013
- Is Full Text Available: Yes
- Is The Book Public: Yes
- Access Status: Public
Online Access
Downloads:
- Number of Results: 1
- 1: Fundamentals-Of-Computer-Programming-with-CSharp-Svetlin-Nakov-ebook-v2013
Online Borrowing:
- Borrowing from Open Library: Borrowing link
- Borrowing from Archive.org: Borrowing link
Online Marketplaces
Find Fundamentals of Computer Programming with CSharp Free Book (by Nakov & Co.) at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
Wiki
Source: Wikipedia
Wikipedia Results
Search Results from Wikipedia
Exception handling
computing and computer programming, exception handling is the process of responding to the occurrence of exceptions – anomalous or exceptional conditions
Exception handling (programming)
computer programming, several language mechanisms exist for exception handling. The term exception is typically used to denote a data structure storing information
Exception handling syntax
concept "exception handling"; others may not have direct facilities for it, but can still provide means to implement it. Most commonly, error handling uses
Automated exception handling
Automated exception handling is a computing term referring to the computerized handling of errors. Runtime systems (engines) such as those for the Java
Microsoft-specific exception handling mechanisms
systems employ some specific exception handling mechanisms. Microsoft Structured Exception Handling is the native exception handling mechanism for Windows and
C++
committee decided not to dictate the implementation of name mangling, exception handling, and other implementation-specific features. The downside of this
JavaScript syntax
catch ... finally exception handling statement to handle run-time errors. The try ... catch ... finally statement catches exceptions resulting from an
IEEE 754
operations (such as trigonometric functions) on arithmetic formats exception handling: indications of exceptional conditions (such as division by zero,
Structured programming
a dedicated exception sequencer with the semantics discussed above. The textbook by Louden and Lambert emphasizes that exception handling differs from
Exception safety
when reasoning about exception handling correctness. The exception safety levels apply equally to other languages and error-handling mechanisms. As David