This is a discussion on What is Structured Exception Handling? within the VB.NET Programming forums, part of the Software Development category; What is Structured Exception Handling?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Structured exception handling is a mechanism for handling both hardware and software exceptions. Therefore, your code will handle hardware and software exceptions identically. Structured exception handling enables you to have complete control over the handling of exceptions, provides support for debuggers, and is usable across all programming languages and machines. Vectored exception handling is an extension to structured exception handling. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| File Handling in PHP | ragavraj | PHP Programming | 20 | 09-12-2007 11:46 PM |
| Explain Exception Handling in SQL Server 2005. | Archer | Database Support | 2 | 08-30-2007 03:04 AM |
| Can u Explain Exception Handling Techniques in ASP.NET 2005 using error events? | Archer | ASP and ASP.NET Programming | 1 | 07-25-2007 03:19 AM |
| Error Handling | vigneshgets | Software Testing | 0 | 05-18-2007 03:36 AM |
| difference between structured and block structured language | nssukumar | C and C++ Programming | 0 | 03-03-2007 01:42 AM |