Why does Microsoft.Office.Interop.Outlook.Excecption exist?
- by Malfist
Why did microsoft's API team recreate an Exception class in Microsoft.Office.Interop.Outlook that would conflict with the System Namespace's Exception class?
Does it have to do with the unmanaged nature of interacting with the Office Suite? Why should it be used instead of System.Exception?