Friday, 23 May 2014

List down the commonly used types of exceptions in .Net?


  1. ArgumentException 
  2. ArgumentNullException 
  3. ArgumentOutOfRangeException
  4. ArithmeticException
  5. DivideByZeroException
  6. OverflowException 
  7. IndexOutOfRangeException 
  8. InvalidCastException 
  9. InvalidOperationException 
  10. IOEndOfStreamException 
  11. NullReferenceException 
  12. OutOfMemoryException 
  13. StackOverflowException etc.

No comments:

Post a Comment

How to improve applications performance which is hosted in cloud ?

Improving the performance of an application hosted in Microsoft Azure involves a combination of optimizing your application code, leveraging...