Exceptions Technology Sample

This sample demonstrates the use of structured exception handling in various programming languages. In addition to throwing and catching exceptions, this sample also shows how to install an unhandled exception handler that is called when an exception is not caught.

Readme Location

For more information, see the Readme file at <SDK>v1.1\Samples\Technologies\Exceptions

Concepts Presented in This Sample

exceptions, samples; ApplicationException class, samples; Exception class, samples; Threading namespace, samples; Thread class, samples; Reflection class, samples; AppDomain class, samples; events and delegates, samples; UnhandledExceptionEventHandler class, samples; Windows Forms, samples; MessageBox class, samples; error handling, samples