From what I’ve learned you should always implement the ApplicationException class for your custom exceptions in .NET. I recently started developing a Windows Phone 7, but I could not find this class.
Is there a different class I should use now?
From what I’ve learned you should always implement the ApplicationException class for your custom
Share
Use the Exception class instead. From MSDN: