DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents Exceptions

Error Handling in .NET Exceptions Error Handling Old way (Win32 API and COM): MyFunction() { error_1 = doSomething(); if (error_1) display error else { continue processing…