Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term
| Exception
|
| Definition
| When an unplanned or unexpected event occurs, an associated exception object is thrown. The exception will be caught by an exception handler at some level and appropriate action taken. A fatal exception—catastrophic error—is an event that cannot be properly handled to allow the application to continue.
|
| See also
| Exception handling, throw
|
| This C# Online.NET definition is from the Glossary of .NET / C# Terms.
|