01Which exception is thrown when you try to access a member of a variable that is null?
02What is the primary purpose of the 'finally' block?
03When implementing a Custom Exception, what is the naming convention you should follow?
04What does the 'using' statement do for objects that implement IDisposable?
05Which exception would be most appropriate if a method receives an argument that is outside the allowed range of values?